#B76A4F

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

Shades of Sante Fe #B76A4F

Tints of Sante Fe #B76A4F

Color information

#B76A4F (or 0xB76A4F) is unknown color: approx Sante Fe. HEX triplet: B7, 6A and 4F. RGB value is (183,106,79). Sum of RGB (Red+Green+Blue) = 183+106+79=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 79 (31.25% from 255 or 21.47% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76A4F is #4895B0. Grayscale: #7E7E7E. Windows color (decimal): -4756913 or 5204663. OLE color: 5204663.

HSL color Cylindrical-coordinate representation of color #B76A4F: hue angle of 15.58º 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 #B76A4F is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB18310679-
CMYK00.420.570.28
HSL15.58º41.94%51.37%-
HSV(B)15.58º56.83%71.76%-
XYZ26.0920.9410.06-
YUV125.94101.51168.7-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.73%
GREEN value IS 106 (41.80% from 255) = 28.80%
BLUE value IS 79 (31.25% from 255) = 21.47%
R=49.73%
G=28.80%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831067900.420.570.2815.5841.9451.37
HexB76A4F02A391C102a33
Octal2671521170527134205263
Binary101101111101010100111101010101110011110010000101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76A4F; }

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

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

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

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

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

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

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

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