#B36854

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

Shades of Sante Fe #B36854

Tints of Sante Fe #B36854

Color information

#B36854 (or 0xB36854) is unknown color: approx Sante Fe. HEX triplet: B3, 68 and 54. RGB value is (179,104,84). Sum of RGB (Red+Green+Blue) = 179+104+84=367 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.77% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 84 (33.20% from 255 or 22.89% from 367); Max value from RGB is 179 - color contains mainly: red. Hex color #B36854 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36854 is #4C97AB. Grayscale: #7C7C7C. Windows color (decimal): -5019564 or 5531827. OLE color: 5531827.

HSL color Cylindrical-coordinate representation of color #B36854: hue angle of 12.63º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B36854 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB17910484-
CMYK00.420.530.30
HSL12.63º38.46%51.57%-
HSV(B)12.63º53.07%70.2%-
XYZ25.1420.1210.95-
YUV124.14105.35167.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.77%
GREEN value IS 104 (41.02% from 255) = 28.34%
BLUE value IS 84 (33.20% from 255) = 22.89%
R=48.77%
G=28.34%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791048400.420.530.3012.6338.4651.57
HexB3685402A351Ed2634
Octal2631501240526536154664
Binary10110011110100010101000101010110101111101101100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36854; }

 p { color: rgb(179,104,84); }

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

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

 a { background-color: rgb(179,104,84); }

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

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

 span { border-color: rgb(179,104,84); }

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