#B36C53

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

Shades of Sante Fe #B36C53

Tints of Sante Fe #B36C53

Color information

#B36C53 (or 0xB36C53) is unknown color: approx Sante Fe. HEX triplet: B3, 6C and 53. RGB value is (179,108,83). Sum of RGB (Red+Green+Blue) = 179+108+83=370 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.38% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 83 (32.81% from 255 or 22.43% from 370); Max value from RGB is 179 - color contains mainly: red. Hex color #B36C53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36C53 is #4C93AC. Grayscale: #7E7E7E. Windows color (decimal): -5018541 or 5467315. OLE color: 5467315.

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

Color convert

RGB17910883-
CMYK00.400.540.30
HSL15.62º38.71%51.37%-
HSV(B)15.62º53.63%70.2%-
XYZ25.5120.9310.88-
YUV126.38103.52165.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.38%
GREEN value IS 108 (42.58% from 255) = 29.19%
BLUE value IS 83 (32.81% from 255) = 22.43%
R=48.38%
G=29.19%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791088300.400.540.3015.6238.7151.37
HexB36C53028361E102733
Octal2631541230506636204763
Binary101100111101100101001101010001101101111010000100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36C53; }

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

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

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

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

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

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

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

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