#B76E5A

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

Shades of Sante Fe #B76E5A

Tints of Sante Fe #B76E5A

Color information

#B76E5A (or 0xB76E5A) is unknown color: approx Sante Fe. HEX triplet: B7, 6E and 5A. RGB value is (183,110,90). Sum of RGB (Red+Green+Blue) = 183+110+90=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76E5A is #4891A5. Grayscale: #818181. Windows color (decimal): -4755878 or 5926583. OLE color: 5926583.

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

Color convert

RGB18311090-
CMYK00.400.510.28
HSL12.9º39.24%53.53%-
HSV(B)12.9º50.82%71.76%-
XYZ26.9521.9612.49-
YUV129.55105.68166.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.78%
GREEN value IS 110 (43.36% from 255) = 28.72%
BLUE value IS 90 (35.55% from 255) = 23.50%
R=47.78%
G=28.72%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831109000.400.510.2812.939.2453.53
HexB76E5A028331Cd2736
Octal2671561320506334154766
Binary10110111110111010110100101000110011111001101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76E5A; }

 p { color: rgb(183,110,90); }

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

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

 a { background-color: rgb(183,110,90); }

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

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

 span { border-color: rgb(183,110,90); }

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