#B36B5A

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

Shades of Sante Fe #B36B5A

Tints of Sante Fe #B36B5A

Color information

#B36B5A (or 0xB36B5A) is unknown color: approx Sante Fe. HEX triplet: B3, 6B and 5A. RGB value is (179,107,90). Sum of RGB (Red+Green+Blue) = 179+107+90=376 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.61% from 376); Green value is 107 (42.19% from 255 or 28.46% from 376); Blue value is 90 (35.55% from 255 or 23.94% from 376); Max value from RGB is 179 - color contains mainly: red. Hex color #B36B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36B5A is #4C94A5. Grayscale: #7E7E7E. Windows color (decimal): -5018790 or 5925811. OLE color: 5925811.

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

Color convert

RGB17910790-
CMYK00.400.500.30
HSL11.46º36.93%52.75%-
HSV(B)11.46º49.72%70.2%-
XYZ25.6920.8412.34-
YUV126.59107.35165.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.61%
GREEN value IS 107 (42.19% from 255) = 28.46%
BLUE value IS 90 (35.55% from 255) = 23.94%
R=47.61%
G=28.46%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791079000.400.500.3011.4636.9352.75
HexB36B5A028321Eb2535
Octal2631531320506236134565
Binary10110011110101110110100101000110010111101011100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36B5A; }

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

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

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

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

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

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

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

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