#B36556

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

Shades of Sante Fe #B36556

Tints of Sante Fe #B36556

Color information

#B36556 (or 0xB36556) is unknown color: approx Sante Fe. HEX triplet: B3, 65 and 56. RGB value is (179,101,86). Sum of RGB (Red+Green+Blue) = 179+101+86=366 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.91% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 179 - color contains mainly: red. Hex color #B36556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36556 is #4C9AA9. Grayscale: #7A7A7A. Windows color (decimal): -5020330 or 5662131. OLE color: 5662131.

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

Color convert

RGB17910186-
CMYK00.440.520.30
HSL9.68º37.96%51.96%-
HSV(B)9.68º51.96%70.2%-
XYZ24.9219.5611.27-
YUV122.61107.34168.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.91%
GREEN value IS 101 (39.84% from 255) = 27.60%
BLUE value IS 86 (33.98% from 255) = 23.50%
R=48.91%
G=27.60%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791018600.440.520.309.6837.9651.96
HexB3655602C341Ea2634
Octal2631451260546436124664
Binary10110011110010110101100101100110100111101010100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36556; }

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

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

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

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

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

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

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

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