#B36C51

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

Shades of Sante Fe #B36C51

Tints of Sante Fe #B36C51

Color information

#B36C51 (or 0xB36C51) is unknown color: approx Sante Fe. HEX triplet: B3, 6C and 51. RGB value is (179,108,81). Sum of RGB (Red+Green+Blue) = 179+108+81=368 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.64% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 81 (32.03% from 255 or 22.01% from 368); Max value from RGB is 179 - color contains mainly: red. Hex color #B36C51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36C51 is #4C93AE. Grayscale: #7E7E7E. Windows color (decimal): -5018543 or 5336243. OLE color: 5336243.

HSL color Cylindrical-coordinate representation of color #B36C51: hue angle of 16.53º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B36C51 is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB17910881-
CMYK00.400.550.30
HSL16.53º39.2%50.98%-
HSV(B)16.53º54.75%70.2%-
XYZ25.4420.910.48-
YUV126.15102.52165.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.64%
GREEN value IS 108 (42.58% from 255) = 29.35%
BLUE value IS 81 (32.03% from 255) = 22.01%
R=48.64%
G=29.35%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791088100.400.550.3016.5339.250.98
HexB36C51028371E112733
Octal2631541210506736214763
Binary101100111101100101000101010001101111111010001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36C51; }

 p { color: rgb(179,108,81); }

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

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

 a { background-color: rgb(179,108,81); }

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

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

 span { border-color: rgb(179,108,81); }

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