#B87055

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

Shades of Sante Fe #B87055

Tints of Sante Fe #B87055

Color information

#B87055 (or 0xB87055) is unknown color: approx Sante Fe. HEX triplet: B8, 70 and 55. RGB value is (184,112,85). Sum of RGB (Red+Green+Blue) = 184+112+85=381 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.29% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 184 - color contains mainly: red. Hex color #B87055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87055 is #478FAA. Grayscale: #828282. Windows color (decimal): -4689835 or 5599416. OLE color: 5599416.

HSL color Cylindrical-coordinate representation of color #B87055: hue angle of 16.36º 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 #B87055 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB18411285-
CMYK00.390.540.28
HSL16.36º41.08%52.75%-
HSV(B)16.36º53.8%72.16%-
XYZ27.222.4311.49-
YUV130.45102.35166.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.29%
GREEN value IS 112 (44.14% from 255) = 29.40%
BLUE value IS 85 (33.59% from 255) = 22.31%
R=48.29%
G=29.40%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841128500.390.540.2816.3641.0852.75
HexB87055027361C102935
Octal2701601250476634205165
Binary101110001110000101010101001111101101110010000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87055; }

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

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

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

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

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

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

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

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