#B76A56

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

Shades of Sante Fe #B76A56

Tints of Sante Fe #B76A56

Color information

#B76A56 (or 0xB76A56) is unknown color: approx Sante Fe. HEX triplet: B7, 6A and 56. RGB value is (183,106,86). Sum of RGB (Red+Green+Blue) = 183+106+86=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76A56 is #4895A9. Grayscale: #7E7E7E. Windows color (decimal): -4756906 or 5663415. OLE color: 5663415.

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

Color convert

RGB18310686-
CMYK00.420.530.28
HSL12.37º40.25%52.75%-
HSV(B)12.37º53.01%71.76%-
XYZ26.3621.0511.48-
YUV126.74105.01168.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.8%
GREEN value IS 106 (41.80% from 255) = 28.27%
BLUE value IS 86 (33.98% from 255) = 22.93%
R=48.8%
G=28.27%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831068600.420.530.2812.3740.2552.75
HexB76A5602A351Cc2835
Octal2671521260526534145065
Binary10110111110101010101100101010110101111001100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76A56; }

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

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

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

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

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

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

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

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