#b36a4b

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

Shades of Sante Fe #B36A4B

Tints of Sante Fe #B36A4B

Color information

#B36A4B (or 0xB36A4B) is unknown color: approx Sante Fe. HEX triplet: B3, 6A and 4B. RGB value is (179,106,75). Sum of RGB (Red+Green+Blue) = 179+106+75=360 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.72% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 179 - color contains mainly: red. Hex color #B36A4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36A4B is #4C95B4. Grayscale: #7C7C7C. Windows color (decimal): -5019061 or 4942515. OLE color: 4942515.

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

Color convert

RGB17910675-
CMYK00.410.580.30
HSL17.88º40.94%49.8%-
HSV(B)17.88º58.1%70.2%-
XYZ25.0120.49.28-
YUV124.29100.18167.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.72%
GREEN value IS 106 (41.80% from 255) = 29.44%
BLUE value IS 75 (29.69% from 255) = 20.83%
R=49.72%
G=29.44%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791067500.410.580.3017.8840.9449.8
HexB36A4B0293A1E122932
Octal2631521130517236225162
Binary101100111101010100101101010011110101111010010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b36a4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b36a4b; }

 p { color: rgb(179,106,75); }

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

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

 a { background-color: rgb(179,106,75); }

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

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

 span { border-color: rgb(179,106,75); }

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