#B36A4C

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

Shades of Sante Fe #B36A4C

Tints of Sante Fe #B36A4C

Color information

#B36A4C (or 0xB36A4C) is unknown color: approx Sante Fe. HEX triplet: B3, 6A and 4C. RGB value is (179,106,76). Sum of RGB (Red+Green+Blue) = 179+106+76=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 179 - color contains mainly: red. Hex color #B36A4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36A4C is #4C95B3. Grayscale: #7C7C7C. Windows color (decimal): -5019060 or 5008051. OLE color: 5008051.

HSL color Cylindrical-coordinate representation of color #B36A4C: hue angle of 17.48º degrees, saturation: 0.4, 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 #B36A4C is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB17910676-
CMYK00.410.580.30
HSL17.48º40.39%50%-
HSV(B)17.48º57.54%70.2%-
XYZ25.0520.419.46-
YUV124.41100.68166.94-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.58%
GREEN value IS 106 (41.80% from 255) = 29.36%
BLUE value IS 76 (30.08% from 255) = 21.05%
R=49.58%
G=29.36%
B=21.05%

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
Decimal1791067600.410.580.3017.4840.3950
HexB36A4C0293A1E112832
Octal2631521140517236215062
Binary101100111101010100110001010011110101111010001101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36A4C; }

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

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

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

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

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

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

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

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