#B66867

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

Shades of Contessa #B66867

Tints of Contessa #B66867

Color information

#B66867 (or 0xB66867) is unknown color: approx Contessa. HEX triplet: B6, 68 and 67. RGB value is (182,104,103). Sum of RGB (Red+Green+Blue) = 182+104+103=389 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.79% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 103 (40.62% from 255 or 26.48% from 389); Max value from RGB is 182 - color contains mainly: red. Hex color #B66867 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66867 is #499798. Grayscale: #7F7F7F. Windows color (decimal): -4822937 or 6777014. OLE color: 6777014.

HSL color Cylindrical-coordinate representation of color #B66867: hue angle of 0.76º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B66867 is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB182104103-
CMYK00.430.430.29
HSL0.76º35.11%55.88%-
HSV(B)0.76º43.41%71.37%-
XYZ26.6920.8215.44-
YUV127.21114.34167.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.79%
GREEN value IS 104 (41.02% from 255) = 26.74%
BLUE value IS 103 (40.62% from 255) = 26.48%
R=46.79%
G=26.74%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210410300.430.430.290.7635.1155.88
HexB6686702B2B1D12338
Octal266150147053533514370
Binary10110110110100011001110101011101011111011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66867; }

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

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

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

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

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

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

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

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