#B87675

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

Shades of Contessa #B87675

Tints of Contessa #B87675

Color information

#B87675 (or 0xB87675) is unknown color: approx Contessa. HEX triplet: B8, 76 and 75. RGB value is (184,118,117). Sum of RGB (Red+Green+Blue) = 184+118+117=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 184 - color contains mainly: red. Hex color #B87675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87675 is #47898A. Grayscale: #898989. Windows color (decimal): -4688267 or 7698104. OLE color: 7698104.

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

Color convert

RGB184118117-
CMYK00.360.360.28
HSL0.9º32.06%59.02%-
HSV(B)0.9º36.41%72.16%-
XYZ29.4624.4319.99-
YUV137.62116.37161.08-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.91%
GREEN value IS 118 (46.48% from 255) = 28.16%
BLUE value IS 117 (46.09% from 255) = 27.92%
R=43.91%
G=28.16%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411811700.360.360.280.932.0659.02
HexB87675024241C1203b
Octal270166165044443414073
Binary10111000111011011101010100100100100111001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87675; }

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

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

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

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

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

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

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

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