#B36D5A

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

Shades of Sante Fe #B36D5A

Tints of Sante Fe #B36D5A

Color information

#B36D5A (or 0xB36D5A) is unknown color: approx Sante Fe. HEX triplet: B3, 6D and 5A. RGB value is (179,109,90). Sum of RGB (Red+Green+Blue) = 179+109+90=378 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.35% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 90 (35.55% from 255 or 23.81% from 378); Max value from RGB is 179 - color contains mainly: red. Hex color #B36D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36D5A is #4C92A5. Grayscale: #7F7F7F. Windows color (decimal): -5018278 or 5926323. OLE color: 5926323.

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

Color convert

RGB17910990-
CMYK00.390.500.30
HSL12.81º36.93%52.75%-
HSV(B)12.81º49.72%70.2%-
XYZ25.921.2612.41-
YUV127.76106.69164.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.35%
GREEN value IS 109 (42.97% from 255) = 28.84%
BLUE value IS 90 (35.55% from 255) = 23.81%
R=47.35%
G=28.84%
B=23.81%

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
Decimal1791099000.390.500.3012.8136.9352.75
HexB36D5A027321Ed2535
Octal2631551320476236154565
Binary10110011110110110110100100111110010111101101100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36D5A; }

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

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

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

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

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

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

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

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