#B66D69

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

Shades of Contessa #B66D69

Tints of Contessa #B66D69

Color information

#B66D69 (or 0xB66D69) is unknown color: approx Contessa. HEX triplet: B6, 6D and 69. RGB value is (182,109,105). Sum of RGB (Red+Green+Blue) = 182+109+105=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 109 (42.97% from 255 or 27.53% from 396); Blue value is 105 (41.41% from 255 or 26.52% from 396); Max value from RGB is 182 - color contains mainly: red. Hex color #B66D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66D69 is #499296. Grayscale: #828282. Windows color (decimal): -4821655 or 6909366. OLE color: 6909366.

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

Color convert

RGB182109105-
CMYK00.400.420.29
HSL3.12º34.53%56.27%-
HSV(B)3.12º42.31%71.37%-
XYZ27.3121.916.15-
YUV130.37113.68164.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.96%
GREEN value IS 109 (42.97% from 255) = 27.53%
BLUE value IS 105 (41.41% from 255) = 26.52%
R=45.96%
G=27.53%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210910500.400.420.293.1234.5356.27
HexB66D690282A1D32338
Octal266155151050523534370
Binary101101101101101110100101010001010101110111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66D69; }

 p { color: rgb(182,109,105); }

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

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

 a { background-color: rgb(182,109,105); }

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

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

 span { border-color: rgb(182,109,105); }

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