#B87163

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

Shades of Contessa #B87163

Tints of Contessa #B87163

Color information

#B87163 (or 0xB87163) is unknown color: approx Contessa. HEX triplet: B8, 71 and 63. RGB value is (184,113,99). Sum of RGB (Red+Green+Blue) = 184+113+99=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 99 (39.06% from 255 or 25% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B87163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87163 is #478E9C. Grayscale: #848484. Windows color (decimal): -4689565 or 6517176. OLE color: 6517176.

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

Color convert

RGB18411399-
CMYK00.390.460.28
HSL9.88º37.44%55.49%-
HSV(B)9.88º46.2%72.16%-
XYZ27.9222.914.75-
YUV132.63109.02164.64-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.46%
GREEN value IS 113 (44.53% from 255) = 28.54%
BLUE value IS 99 (39.06% from 255) = 25%
R=46.46%
G=28.54%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841139900.390.460.289.8837.4455.49
HexB871630272E1Ca2537
Octal2701611430475634124567
Binary10111000111000111000110100111101110111001010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87163; }

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

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

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

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

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

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

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

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