#B87969

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

Shades of Contessa #B87969

Tints of Contessa #B87969

Color information

#B87969 (or 0xB87969) is unknown color: approx Contessa. HEX triplet: B8, 79 and 69. RGB value is (184,121,105). Sum of RGB (Red+Green+Blue) = 184+121+105=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 121 (47.66% from 255 or 29.51% from 410); Blue value is 105 (41.41% from 255 or 25.61% from 410); Max value from RGB is 184 - color contains mainly: red. Hex color #B87969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87969 is #478696. Grayscale: #8A8A8A. Windows color (decimal): -4687511 or 6912440. OLE color: 6912440.

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

Color convert

RGB184121105-
CMYK00.340.430.28
HSL12.15º35.75%56.67%-
HSV(B)12.15º42.93%72.16%-
XYZ29.1524.8916.63-
YUV138.01109.37160.8-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.88%
GREEN value IS 121 (47.66% from 255) = 29.51%
BLUE value IS 105 (41.41% from 255) = 25.61%
R=44.88%
G=29.51%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412110500.340.430.2812.1535.7556.67
HexB879690222B1Cc2439
Octal2701711510425334144471
Binary10111000111100111010010100010101011111001100100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87969; }

 p { color: rgb(184,121,105); }

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

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

 a { background-color: rgb(184,121,105); }

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

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

 span { border-color: rgb(184,121,105); }

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