#B87161

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

Shades of Contessa #B87161

Tints of Contessa #B87161

Color information

#B87161 (or 0xB87161) is unknown color: approx Contessa. HEX triplet: B8, 71 and 61. RGB value is (184,113,97). Sum of RGB (Red+Green+Blue) = 184+113+97=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 97 (38.28% from 255 or 24.62% from 394); Max value from RGB is 184 - color contains mainly: red. Hex color #B87161 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87161 is #478E9E. Grayscale: #848484. Windows color (decimal): -4689567 or 6386104. OLE color: 6386104.

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

Color convert

RGB18411397-
CMYK00.390.470.28
HSL11.03º37.99%55.1%-
HSV(B)11.03º47.28%72.16%-
XYZ27.8322.8614.26-
YUV132.4108.02164.8-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.70%
GREEN value IS 113 (44.53% from 255) = 28.68%
BLUE value IS 97 (38.28% from 255) = 24.62%
R=46.70%
G=28.68%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841139700.390.470.2811.0337.9955.1
HexB871610272F1Cb2637
Octal2701611410475734134667
Binary10111000111000111000010100111101111111001011100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87161; }

 p { color: rgb(184,113,97); }

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

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

 a { background-color: rgb(184,113,97); }

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

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

 span { border-color: rgb(184,113,97); }

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