#B37451

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

Shades of Sante Fe #B37451

Tints of Sante Fe #B37451

Color information

#B37451 (or 0xB37451) is unknown color: approx Sante Fe. HEX triplet: B3, 74 and 51. RGB value is (179,116,81). Sum of RGB (Red+Green+Blue) = 179+116+81=376 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.61% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 81 (32.03% from 255 or 21.54% from 376); Max value from RGB is 179 - color contains mainly: red. Hex color #B37451 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37451 is #4C8BAE. Grayscale: #838383. Windows color (decimal): -5016495 or 5338291. OLE color: 5338291.

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

Color convert

RGB17911681-
CMYK00.350.550.30
HSL21.43º39.2%50.98%-
HSV(B)21.43º54.75%70.2%-
XYZ26.3222.6710.77-
YUV130.8599.87162.35-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.61%
GREEN value IS 116 (45.70% from 255) = 30.85%
BLUE value IS 81 (32.03% from 255) = 21.54%
R=47.61%
G=30.85%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791168100.350.550.3021.4339.250.98
HexB37451023371E152733
Octal2631641210436736254763
Binary101100111110100101000101000111101111111010101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37451; }

 p { color: rgb(179,116,81); }

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

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

 a { background-color: rgb(179,116,81); }

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

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

 span { border-color: rgb(179,116,81); }

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