#B37054

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

Shades of Sante Fe #B37054

Tints of Sante Fe #B37054

Color information

#B37054 (or 0xB37054) is unknown color: approx Sante Fe. HEX triplet: B3, 70 and 54. RGB value is (179,112,84). Sum of RGB (Red+Green+Blue) = 179+112+84=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 84 (33.20% from 255 or 22.4% from 375); Max value from RGB is 179 - color contains mainly: red. Hex color #B37054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37054 is #4C8FAB. Grayscale: #818181. Windows color (decimal): -5017516 or 5533875. OLE color: 5533875.

HSL color Cylindrical-coordinate representation of color #B37054: hue angle of 17.68º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B37054 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB17911284-
CMYK00.370.530.30
HSL17.68º38.46%51.57%-
HSV(B)17.68º53.07%70.2%-
XYZ25.9821.8111.23-
YUV128.84102.7163.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.73%
GREEN value IS 112 (44.14% from 255) = 29.87%
BLUE value IS 84 (33.20% from 255) = 22.4%
R=47.73%
G=29.87%
B=22.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791128400.370.530.3017.6838.4651.57
HexB37054025351E122634
Octal2631601240456536224664
Binary101100111110000101010001001011101011111010010100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37054; }

 p { color: rgb(179,112,84); }

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

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

 a { background-color: rgb(179,112,84); }

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

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

 span { border-color: rgb(179,112,84); }

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