#B36855

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

Shades of Sante Fe #B36855

Tints of Sante Fe #B36855

Color information

#B36855 (or 0xB36855) is unknown color: approx Sante Fe. HEX triplet: B3, 68 and 55. RGB value is (179,104,85). Sum of RGB (Red+Green+Blue) = 179+104+85=368 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.64% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 179 - color contains mainly: red. Hex color #B36855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36855 is #4C97AA. Grayscale: #7C7C7C. Windows color (decimal): -5019563 or 5597363. OLE color: 5597363.

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

Color convert

RGB17910485-
CMYK00.420.530.30
HSL12.13º38.21%51.76%-
HSV(B)12.13º52.51%70.2%-
XYZ25.1820.1411.15-
YUV124.26105.85167.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.64%
GREEN value IS 104 (41.02% from 255) = 28.26%
BLUE value IS 85 (33.59% from 255) = 23.10%
R=48.64%
G=28.26%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791048500.420.530.3012.1338.2151.76
HexB3685502A351Ec2634
Octal2631501250526536144664
Binary10110011110100010101010101010110101111101100100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36855; }

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

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

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

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

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

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

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

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