#B87056

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

Shades of Sante Fe #B87056

Tints of Sante Fe #B87056

Color information

#B87056 (or 0xB87056) is unknown color: approx Sante Fe. HEX triplet: B8, 70 and 56. RGB value is (184,112,86). Sum of RGB (Red+Green+Blue) = 184+112+86=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 86 (33.98% from 255 or 22.51% from 382); Max value from RGB is 184 - color contains mainly: red. Hex color #B87056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87056 is #478FA9. Grayscale: #828282. Windows color (decimal): -4689834 or 5664952. OLE color: 5664952.

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

Color convert

RGB18411286-
CMYK00.390.530.28
HSL15.92º40.83%52.94%-
HSV(B)15.92º53.26%72.16%-
XYZ27.2422.4511.7-
YUV130.56102.85166.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.17%
GREEN value IS 112 (44.14% from 255) = 29.32%
BLUE value IS 86 (33.98% from 255) = 22.51%
R=48.17%
G=29.32%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841128600.390.530.2815.9240.8352.94
HexB87056027351C102935
Octal2701601260476534205165
Binary101110001110000101011001001111101011110010000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87056; }

 p { color: rgb(184,112,86); }

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

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

 a { background-color: rgb(184,112,86); }

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

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

 span { border-color: rgb(184,112,86); }

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