#B36D59

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

Shades of Sante Fe #B36D59

Tints of Sante Fe #B36D59

Color information

#B36D59 (or 0xB36D59) is unknown color: approx Sante Fe. HEX triplet: B3, 6D and 59. RGB value is (179,109,89). Sum of RGB (Red+Green+Blue) = 179+109+89=377 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.48% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 89 (35.16% from 255 or 23.61% from 377); Max value from RGB is 179 - color contains mainly: red. Hex color #B36D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36D59 is #4C92A6. Grayscale: #7F7F7F. Windows color (decimal): -5018279 or 5860787. OLE color: 5860787.

HSL color Cylindrical-coordinate representation of color #B36D59: hue angle of 13.33º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B36D59 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB17910989-
CMYK00.390.500.30
HSL13.33º37.19%52.55%-
HSV(B)13.33º50.28%70.2%-
XYZ25.8621.2412.19-
YUV127.65106.19164.63-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.48%
GREEN value IS 109 (42.97% from 255) = 28.91%
BLUE value IS 89 (35.16% from 255) = 23.61%
R=47.48%
G=28.91%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791098900.390.500.3013.3337.1952.55
HexB36D59027321Ed2535
Octal2631551310476236154565
Binary10110011110110110110010100111110010111101101100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36D59; }

 p { color: rgb(179,109,89); }

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

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

 a { background-color: rgb(179,109,89); }

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

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

 span { border-color: rgb(179,109,89); }

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