#B36958

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

Shades of Sante Fe #B36958

Tints of Sante Fe #B36958

Color information

#B36958 (or 0xB36958) is unknown color: approx Sante Fe. HEX triplet: B3, 69 and 58. RGB value is (179,105,88). Sum of RGB (Red+Green+Blue) = 179+105+88=372 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.12% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 88 (34.77% from 255 or 23.66% from 372); Max value from RGB is 179 - color contains mainly: red. Hex color #B36958 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36958 is #4C96A7. Grayscale: #7D7D7D. Windows color (decimal): -5019304 or 5794227. OLE color: 5794227.

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

Color convert

RGB17910588-
CMYK00.410.510.30
HSL11.21º37.45%52.35%-
HSV(B)11.21º50.84%70.2%-
XYZ25.420.3911.83-
YUV125.19107.02166.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.12%
GREEN value IS 105 (41.41% from 255) = 28.23%
BLUE value IS 88 (34.77% from 255) = 23.66%
R=48.12%
G=28.23%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791058800.410.510.3011.2137.4552.35
HexB36958029331Eb2534
Octal2631511300516336134564
Binary10110011110100110110000101001110011111101011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36958; }

 p { color: rgb(179,105,88); }

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

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

 a { background-color: rgb(179,105,88); }

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

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

 span { border-color: rgb(179,105,88); }

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