#B37852

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

Shades of Sante Fe #B37852

Tints of Sante Fe #B37852

Color information

#B37852 (or 0xB37852) is unknown color: approx Sante Fe. HEX triplet: B3, 78 and 52. RGB value is (179,120,82). Sum of RGB (Red+Green+Blue) = 179+120+82=381 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.98% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 82 (32.42% from 255 or 21.52% from 381); Max value from RGB is 179 - color contains mainly: red. Hex color #B37852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37852 is #4C87AD. Grayscale: #858585. Windows color (decimal): -5015470 or 5404851. OLE color: 5404851.

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

Color convert

RGB17912082-
CMYK00.330.540.30
HSL23.51º38.96%51.18%-
HSV(B)23.51º54.19%70.2%-
XYZ26.8323.6311.13-
YUV133.3199.05160.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.98%
GREEN value IS 120 (47.27% from 255) = 31.50%
BLUE value IS 82 (32.42% from 255) = 21.52%
R=46.98%
G=31.50%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791208200.330.540.3023.5138.9651.18
HexB37852021361E182733
Octal2631701220416636304763
Binary101100111111000101001001000011101101111011000100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37852; }

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

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

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

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

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

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

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

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