#B76A52

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

Shades of Sante Fe #B76A52

Tints of Sante Fe #B76A52

Color information

#B76A52 (or 0xB76A52) is unknown color: approx Sante Fe. HEX triplet: B7, 6A and 52. RGB value is (183,106,82). Sum of RGB (Red+Green+Blue) = 183+106+82=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76A52 is #4895AD. Grayscale: #7E7E7E. Windows color (decimal): -4756910 or 5401271. OLE color: 5401271.

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

Color convert

RGB18310682-
CMYK00.420.550.28
HSL14.26º41.22%51.96%-
HSV(B)14.26º55.19%71.76%-
XYZ26.2120.9810.65-
YUV126.29103.01168.45-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.33%
GREEN value IS 106 (41.80% from 255) = 28.57%
BLUE value IS 82 (32.42% from 255) = 22.10%
R=49.33%
G=28.57%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831068200.420.550.2814.2641.2251.96
HexB76A5202A371Ce2934
Octal2671521220526734165164
Binary10110111110101010100100101010110111111001110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76A52; }

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

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

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

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

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

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

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

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