#B87165

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

Shades of Contessa #B87165

Tints of Contessa #B87165

Color information

#B87165 (or 0xB87165) is unknown color: approx Contessa. HEX triplet: B8, 71 and 65. RGB value is (184,113,101). Sum of RGB (Red+Green+Blue) = 184+113+101=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B87165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87165 is #478E9A. Grayscale: #848484. Windows color (decimal): -4689563 or 6648248. OLE color: 6648248.

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

Color convert

RGB184113101-
CMYK00.390.450.28
HSL8.67º36.89%55.88%-
HSV(B)8.67º45.11%72.16%-
XYZ28.0222.9415.26-
YUV132.86110.02164.48-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.23%
GREEN value IS 113 (44.53% from 255) = 28.39%
BLUE value IS 101 (39.84% from 255) = 25.38%
R=46.23%
G=28.39%
B=25.38%

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
Decimal18411310100.390.450.288.6736.8955.88
HexB871650272D1C92538
Octal2701611450475534114570
Binary10111000111000111001010100111101101111001001100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87165; }

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

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

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

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

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

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

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

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