#B76D4C

Color #B76D4C Sante Fe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sante Fe #B76D4C

Tints of Sante Fe #B76D4C

Color information

#B76D4C (or 0xB76D4C) is unknown color: approx Sante Fe. HEX triplet: B7, 6D and 4C. RGB value is (183,109,76). Sum of RGB (Red+Green+Blue) = 183+109+76=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76D4C is #4892B3. Grayscale: #7F7F7F. Windows color (decimal): -4756148 or 5008823. OLE color: 5008823.

HSL color Cylindrical-coordinate representation of color #B76D4C: hue angle of 18.5º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B76D4C is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB18310976-
CMYK00.400.580.28
HSL18.5º42.63%50.78%-
HSV(B)18.5º58.47%71.76%-
XYZ26.321.539.61-
YUV127.3699.02167.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 49.73%
GREEN value IS 109 (42.97% from 255) = 29.62%
BLUE value IS 76 (30.08% from 255) = 20.65%
R=49.73%
G=29.62%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831097600.400.580.2818.542.6350.78
HexB76D4C0283A1C132b33
Octal2671551140507234235363
Binary101101111101101100110001010001110101110010011101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76D4C; }

 p { color: rgb(183,109,76); }

 H1.HeaderClassName
 {
   color: #B76D4C;
 }
 .AnyTagClassName
 {
   color: #B76D4C;
 }
</style>
background-color css

<style>
 a { background-color: #B76D4C; }

 a { background-color: rgb(183,109,76); }

 div.DivClassName
 {
   background-color: #B76D4C;
 }
 .BgClassName
 {
   background-color: #B76D4C;
 }
</style>
border-color css

<style>
 span { border-color: #B76D4C; }

 span { border-color: rgb(183,109,76); }

 td.TdClassName
 {
   border-color: #B76D4C;
 }
 .TagClassName
 {
   border-color: #B76D4C;
 }
</style>