#b36950

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

Shades of Sante Fe #B36950

Tints of Sante Fe #B36950

Color information

#B36950 (or 0xB36950) is unknown color: approx Sante Fe. HEX triplet: B3, 69 and 50. RGB value is (179,105,80). Sum of RGB (Red+Green+Blue) = 179+105+80=364 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.18% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 179 - color contains mainly: red. Hex color #B36950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36950 is #4C96AF. Grayscale: #7C7C7C. Windows color (decimal): -5019312 or 5269939. OLE color: 5269939.

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

Color convert

RGB17910580-
CMYK00.410.550.30
HSL15.15º39.44%50.78%-
HSV(B)15.15º55.31%70.2%-
XYZ25.0920.2710.18-
YUV124.28103.02167.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.18%
GREEN value IS 105 (41.41% from 255) = 28.85%
BLUE value IS 80 (31.64% from 255) = 21.98%
R=49.18%
G=28.85%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791058000.410.550.3015.1539.4450.78
HexB36950029371Ef2733
Octal2631511200516736174763
Binary10110011110100110100000101001110111111101111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b36950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b36950; }

 p { color: rgb(179,105,80); }

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

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

 a { background-color: rgb(179,105,80); }

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

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

 span { border-color: rgb(179,105,80); }

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