#B87654

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

Shades of Sante Fe #B87654

Tints of Sante Fe #B87654

Color information

#B87654 (or 0xB87654) is unknown color: approx Sante Fe. HEX triplet: B8, 76 and 54. RGB value is (184,118,84). Sum of RGB (Red+Green+Blue) = 184+118+84=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 84 (33.20% from 255 or 21.76% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B87654 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87654 is #4789AB. Grayscale: #868686. Windows color (decimal): -4688300 or 5535416. OLE color: 5535416.

HSL color Cylindrical-coordinate representation of color #B87654: hue angle of 20.4º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B87654 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB18411884-
CMYK00.360.540.28
HSL20.4º41.32%52.55%-
HSV(B)20.4º54.35%72.16%-
XYZ27.8523.7911.51-
YUV133.8699.87163.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.67%
GREEN value IS 118 (46.48% from 255) = 30.57%
BLUE value IS 84 (33.20% from 255) = 21.76%
R=47.67%
G=30.57%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841188400.360.540.2820.441.3252.55
HexB87654024361C142935
Octal2701661240446634245165
Binary101110001110110101010001001001101101110010100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87654; }

 p { color: rgb(184,118,84); }

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

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

 a { background-color: rgb(184,118,84); }

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

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

 span { border-color: rgb(184,118,84); }

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