#B87065

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

Shades of Contessa #B87065

Tints of Contessa #B87065

Color information

#B87065 (or 0xB87065) is unknown color: approx Contessa. HEX triplet: B8, 70 and 65. RGB value is (184,112,101). Sum of RGB (Red+Green+Blue) = 184+112+101=397 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.35% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 184 - color contains mainly: red. Hex color #B87065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87065 is #478F9A. Grayscale: #848484. Windows color (decimal): -4689819 or 6647992. OLE color: 6647992.

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

Color convert

RGB184112101-
CMYK00.390.450.28
HSL7.95º36.89%55.88%-
HSV(B)7.95º45.11%72.16%-
XYZ27.9122.7215.23-
YUV132.27110.35164.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.35%
GREEN value IS 112 (44.14% from 255) = 28.21%
BLUE value IS 101 (39.84% from 255) = 25.44%
R=46.35%
G=28.21%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411210100.390.450.287.9536.8955.88
HexB870650272D1C82538
Octal2701601450475534104570
Binary10111000111000011001010100111101101111001000100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87065; }

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

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

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

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

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

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

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

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