#B37954

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

Shades of Sante Fe #B37954

Tints of Sante Fe #B37954

Color information

#B37954 (or 0xB37954) is unknown color: approx Sante Fe. HEX triplet: B3, 79 and 54. RGB value is (179,121,84). Sum of RGB (Red+Green+Blue) = 179+121+84=384 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.61% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 84 (33.20% from 255 or 21.88% from 384); Max value from RGB is 179 - color contains mainly: red. Hex color #B37954 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37954 is #4C86AB. Grayscale: #868686. Windows color (decimal): -5015212 or 5536179. OLE color: 5536179.

HSL color Cylindrical-coordinate representation of color #B37954: hue angle of 23.37º 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 #B37954 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB17912184-
CMYK00.320.530.30
HSL23.37º38.46%51.57%-
HSV(B)23.37º53.07%70.2%-
XYZ27.0323.911.58-
YUV134.1299.72160.01-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.61%
GREEN value IS 121 (47.66% from 255) = 31.51%
BLUE value IS 84 (33.20% from 255) = 21.88%
R=46.61%
G=31.51%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791218400.320.530.3023.3738.4651.57
HexB37954020351E172634
Octal2631711240406536274664
Binary101100111111001101010001000001101011111010111100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37954; }

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

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

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

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

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

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

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

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