#B36656

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

Shades of Sante Fe #B36656

Tints of Sante Fe #B36656

Color information

#B36656 (or 0xB36656) is unknown color: approx Sante Fe. HEX triplet: B3, 66 and 56. RGB value is (179,102,86). Sum of RGB (Red+Green+Blue) = 179+102+86=367 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.77% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 86 (33.98% from 255 or 23.43% from 367); Max value from RGB is 179 - color contains mainly: red. Hex color #B36656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36656 is #4C99A9. Grayscale: #7B7B7B. Windows color (decimal): -5020074 or 5662387. OLE color: 5662387.

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

Color convert

RGB17910286-
CMYK00.430.520.30
HSL10.32º37.96%51.96%-
HSV(B)10.32º51.96%70.2%-
XYZ25.0219.7611.3-
YUV123.2107.01167.8-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.77%
GREEN value IS 102 (40.23% from 255) = 27.79%
BLUE value IS 86 (33.98% from 255) = 23.43%
R=48.77%
G=27.79%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791028600.430.520.3010.3237.9651.96
HexB3665602B341Ea2634
Octal2631461260536436124664
Binary10110011110011010101100101011110100111101010100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36656; }

 p { color: rgb(179,102,86); }

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

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

 a { background-color: rgb(179,102,86); }

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

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

 span { border-color: rgb(179,102,86); }

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