#B76F4F

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

Shades of Sante Fe #B76F4F

Tints of Sante Fe #B76F4F

Color information

#B76F4F (or 0xB76F4F) is unknown color: approx Sante Fe. HEX triplet: B7, 6F and 4F. RGB value is (183,111,79). Sum of RGB (Red+Green+Blue) = 183+111+79=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 79 (31.25% from 255 or 21.18% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76F4F is #4890B0. Grayscale: #818181. Windows color (decimal): -4755633 or 5205943. OLE color: 5205943.

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

Color convert

RGB18311179-
CMYK00.390.570.28
HSL18.46º41.94%51.37%-
HSV(B)18.46º56.83%71.76%-
XYZ26.622210.24-
YUV128.8899.85166.6-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.06%
GREEN value IS 111 (43.75% from 255) = 29.76%
BLUE value IS 79 (31.25% from 255) = 21.18%
R=49.06%
G=29.76%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831117900.390.570.2818.4641.9451.37
HexB76F4F027391C122a33
Octal2671571170477134225263
Binary101101111101111100111101001111110011110010010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76F4F; }

 p { color: rgb(183,111,79); }

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

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

 a { background-color: rgb(183,111,79); }

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

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

 span { border-color: rgb(183,111,79); }

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