#B96867

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

Shades of Contessa #B96867

Tints of Contessa #B96867

Color information

#B96867 (or 0xB96867) is unknown color: approx Contessa. HEX triplet: B9, 68 and 67. RGB value is (185,104,103). Sum of RGB (Red+Green+Blue) = 185+104+103=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 103 (40.62% from 255 or 26.28% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B96867 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96867 is #469798. Grayscale: #808080. Windows color (decimal): -4626329 or 6777017. OLE color: 6777017.

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

Color convert

RGB185104103-
CMYK00.440.440.27
HSL0.73º36.94%56.47%-
HSV(B)0.73º44.32%72.55%-
XYZ27.4121.1915.48-
YUV128.1113.84168.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.19%
GREEN value IS 104 (41.02% from 255) = 26.53%
BLUE value IS 103 (40.62% from 255) = 26.28%
R=47.19%
G=26.53%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510410300.440.440.270.7336.9456.47
HexB9686702C2C1B12538
Octal271150147054543314570
Binary10111001110100011001110101100101100110111100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96867; }

 p { color: rgb(185,104,103); }

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

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

 a { background-color: rgb(185,104,103); }

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

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

 span { border-color: rgb(185,104,103); }

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