#B87368

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

Shades of Contessa #B87368

Tints of Contessa #B87368

Color information

#B87368 (or 0xB87368) is unknown color: approx Contessa. HEX triplet: B8, 73 and 68. RGB value is (184,115,104). Sum of RGB (Red+Green+Blue) = 184+115+104=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 184 - color contains mainly: red. Hex color #B87368 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87368 is #478C97. Grayscale: #868686. Windows color (decimal): -4689048 or 6845368. OLE color: 6845368.

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

Color convert

RGB184115104-
CMYK00.380.430.28
HSL8.25º36.04%56.47%-
HSV(B)8.25º43.48%72.16%-
XYZ28.423.4516.13-
YUV134.38110.86163.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.66%
GREEN value IS 115 (45.31% from 255) = 28.54%
BLUE value IS 104 (41.02% from 255) = 25.81%
R=45.66%
G=28.54%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411510400.380.430.288.2536.0456.47
HexB873680262B1C82438
Octal2701631500465334104470
Binary10111000111001111010000100110101011111001000100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87368; }

 p { color: rgb(184,115,104); }

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

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

 a { background-color: rgb(184,115,104); }

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

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

 span { border-color: rgb(184,115,104); }

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