#B66F6A

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

Shades of Contessa #B66F6A

Tints of Contessa #B66F6A

Color information

#B66F6A (or 0xB66F6A) is unknown color: approx Contessa. HEX triplet: B6, 6F and 6A. RGB value is (182,111,106). Sum of RGB (Red+Green+Blue) = 182+111+106=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 111 (43.75% from 255 or 27.82% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 182 - color contains mainly: red. Hex color #B66F6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66F6A is #499095. Grayscale: #838383. Windows color (decimal): -4821142 or 6975414. OLE color: 6975414.

HSL color Cylindrical-coordinate representation of color #B66F6A: hue angle of 3.95º degrees, saturation: 0.34, 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 #B66F6A is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB182111106-
CMYK00.390.420.29
HSL3.95º34.23%56.47%-
HSV(B)3.95º41.76%71.37%-
XYZ27.5822.3516.5-
YUV131.66113.52163.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.61%
GREEN value IS 111 (43.75% from 255) = 27.82%
BLUE value IS 106 (41.80% from 255) = 26.57%
R=45.61%
G=27.82%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211110600.390.420.293.9534.2356.47
HexB66F6A0272A1D42238
Octal266157152047523544270
Binary1011011011011111101010010011110101011101100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66F6A; }

 p { color: rgb(182,111,106); }

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

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

 a { background-color: rgb(182,111,106); }

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

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

 span { border-color: rgb(182,111,106); }

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