#B77352

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

Shades of Sante Fe #B77352

Tints of Sante Fe #B77352

Color information

#B77352 (or 0xB77352) is unknown color: approx Sante Fe. HEX triplet: B7, 73 and 52. RGB value is (183,115,82). Sum of RGB (Red+Green+Blue) = 183+115+82=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 82 (32.42% from 255 or 21.58% from 380); Max value from RGB is 183 - color contains mainly: red. Hex color #B77352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77352 is #488CAD. Grayscale: #838383. Windows color (decimal): -4754606 or 5403575. OLE color: 5403575.

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

Color convert

RGB18311582-
CMYK00.370.550.28
HSL19.6º41.22%51.96%-
HSV(B)19.6º55.19%71.76%-
XYZ27.1822.9410.98-
YUV131.57100.03164.68-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.16%
GREEN value IS 115 (45.31% from 255) = 30.26%
BLUE value IS 82 (32.42% from 255) = 21.58%
R=48.16%
G=30.26%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831158200.370.550.2819.641.2251.96
HexB77352025371C142934
Octal2671631220456734245164
Binary101101111110011101001001001011101111110010100101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77352; }

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

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

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

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

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

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

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

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