#B87767

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

Shades of Contessa #B87767

Tints of Contessa #B87767

Color information

#B87767 (or 0xB87767) is unknown color: approx Contessa. HEX triplet: B8, 77 and 67. RGB value is (184,119,103). Sum of RGB (Red+Green+Blue) = 184+119+103=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 103 (40.62% from 255 or 25.37% from 406); Max value from RGB is 184 - color contains mainly: red. Hex color #B87767 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87767 is #478898. Grayscale: #888888. Windows color (decimal): -4688025 or 6780856. OLE color: 6780856.

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

Color convert

RGB184119103-
CMYK00.350.440.28
HSL11.85º36.32%56.27%-
HSV(B)11.85º44.02%72.16%-
XYZ28.8124.3616.02-
YUV136.61109.03161.8-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.32%
GREEN value IS 119 (46.88% from 255) = 29.31%
BLUE value IS 103 (40.62% from 255) = 25.37%
R=45.32%
G=29.31%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411910300.350.440.2811.8536.3256.27
HexB877670232C1Cc2438
Octal2701671470435434144470
Binary10111000111011111001110100011101100111001100100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87767; }

 p { color: rgb(184,119,103); }

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

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

 a { background-color: rgb(184,119,103); }

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

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

 span { border-color: rgb(184,119,103); }

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