#B76C57

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

Shades of Sante Fe #B76C57

Tints of Sante Fe #B76C57

Color information

#B76C57 (or 0xB76C57) is unknown color: approx Sante Fe. HEX triplet: B7, 6C and 57. RGB value is (183,108,87). Sum of RGB (Red+Green+Blue) = 183+108+87=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 87 (34.38% from 255 or 23.02% from 378); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76C57 is #4893A8. Grayscale: #808080. Windows color (decimal): -4756393 or 5729463. OLE color: 5729463.

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

Color convert

RGB18310887-
CMYK00.410.520.28
HSL13.12º40%52.94%-
HSV(B)13.12º52.46%71.76%-
XYZ26.6121.4811.76-
YUV128.03104.85167.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.41%
GREEN value IS 108 (42.58% from 255) = 28.57%
BLUE value IS 87 (34.38% from 255) = 23.02%
R=48.41%
G=28.57%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831088700.410.520.2813.124052.94
HexB76C57029341Cd2835
Octal2671541270516434155065
Binary10110111110110010101110101001110100111001101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76C57; }

 p { color: rgb(183,108,87); }

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

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

 a { background-color: rgb(183,108,87); }

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

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

 span { border-color: rgb(183,108,87); }

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