#B77258

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

Shades of Sante Fe #B77258

Tints of Sante Fe #B77258

Color information

#B77258 (or 0xB77258) is unknown color: approx Sante Fe. HEX triplet: B7, 72 and 58. RGB value is (183,114,88). Sum of RGB (Red+Green+Blue) = 183+114+88=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 88 (34.77% from 255 or 22.86% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B77258 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77258 is #488DA7. Grayscale: #838383. Windows color (decimal): -4754856 or 5796535. OLE color: 5796535.

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

Color convert

RGB18311488-
CMYK00.380.520.28
HSL16.42º39.75%53.14%-
HSV(B)16.42º51.91%71.76%-
XYZ27.3122.8112.2-
YUV131.67103.36164.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.53%
GREEN value IS 114 (44.92% from 255) = 29.61%
BLUE value IS 88 (34.77% from 255) = 22.86%
R=47.53%
G=29.61%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831148800.380.520.2816.4239.7553.14
HexB77258026341C102835
Octal2671621300466434205065
Binary101101111110010101100001001101101001110010000101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77258; }

 p { color: rgb(183,114,88); }

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

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

 a { background-color: rgb(183,114,88); }

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

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

 span { border-color: rgb(183,114,88); }

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