#B37854

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

Shades of Sante Fe #B37854

Tints of Sante Fe #B37854

Color information

#B37854 (or 0xB37854) is unknown color: approx Sante Fe. HEX triplet: B3, 78 and 54. RGB value is (179,120,84). Sum of RGB (Red+Green+Blue) = 179+120+84=383 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.74% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 84 (33.20% from 255 or 21.93% from 383); Max value from RGB is 179 - color contains mainly: red. Hex color #B37854 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37854 is #4C87AB. Grayscale: #858585. Windows color (decimal): -5015468 or 5535923. OLE color: 5535923.

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

Color convert

RGB17912084-
CMYK00.330.530.30
HSL22.74º38.46%51.57%-
HSV(B)22.74º53.07%70.2%-
XYZ26.9123.6611.54-
YUV133.54100.05160.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.74%
GREEN value IS 120 (47.27% from 255) = 31.33%
BLUE value IS 84 (33.20% from 255) = 21.93%
R=46.74%
G=31.33%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791208400.330.530.3022.7438.4651.57
HexB37854021351E172634
Octal2631701240416536274664
Binary101100111111000101010001000011101011111010111100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37854; }

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

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

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

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

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

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

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

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