#b77852

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

Shades of Sante Fe #B77852

Tints of Sante Fe #B77852

Color information

#B77852 (or 0xB77852) is unknown color: approx Sante Fe. HEX triplet: B7, 78 and 52. RGB value is (183,120,82). Sum of RGB (Red+Green+Blue) = 183+120+82=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 82 (32.42% from 255 or 21.30% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B77852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77852 is #4887AD. Grayscale: #868686. Windows color (decimal): -4753326 or 5404855. OLE color: 5404855.

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

Color convert

RGB18312082-
CMYK00.340.550.28
HSL22.57º41.22%51.96%-
HSV(B)22.57º55.19%71.76%-
XYZ27.7724.1111.17-
YUV134.598.37162.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.53%
GREEN value IS 120 (47.27% from 255) = 31.17%
BLUE value IS 82 (32.42% from 255) = 21.30%
R=47.53%
G=31.17%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831208200.340.550.2822.5741.2251.96
HexB77852022371C172934
Octal2671701220426734275164
Binary101101111111000101001001000101101111110010111101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b77852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b77852; }

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

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

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

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

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

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

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

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