#B36F55

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

Shades of Sante Fe #B36F55

Tints of Sante Fe #B36F55

Color information

#B36F55 (or 0xB36F55) is unknown color: approx Sante Fe. HEX triplet: B3, 6F and 55. RGB value is (179,111,85). Sum of RGB (Red+Green+Blue) = 179+111+85=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 179 - color contains mainly: red. Hex color #B36F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36F55 is #4C90AA. Grayscale: #808080. Windows color (decimal): -5017771 or 5599155. OLE color: 5599155.

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

Color convert

RGB17911185-
CMYK00.380.530.30
HSL16.6º38.21%51.76%-
HSV(B)16.6º52.51%70.2%-
XYZ25.9121.6111.4-
YUV128.37103.53164.11-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.73%
GREEN value IS 111 (43.75% from 255) = 29.6%
BLUE value IS 85 (33.59% from 255) = 22.67%
R=47.73%
G=29.6%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791118500.380.530.3016.638.2151.76
HexB36F55026351E112634
Octal2631571250466536214664
Binary101100111101111101010101001101101011111010001100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36F55; }

 p { color: rgb(179,111,85); }

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

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

 a { background-color: rgb(179,111,85); }

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

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

 span { border-color: rgb(179,111,85); }

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