#B66A69

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

Shades of Contessa #B66A69

Tints of Contessa #B66A69

Color information

#B66A69 (or 0xB66A69) is unknown color: approx Contessa. HEX triplet: B6, 6A and 69. RGB value is (182,106,105). Sum of RGB (Red+Green+Blue) = 182+106+105=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 106 (41.80% from 255 or 26.97% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 182 - color contains mainly: red. Hex color #B66A69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66A69 is #499596. Grayscale: #808080. Windows color (decimal): -4822423 or 6908598. OLE color: 6908598.

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

Color convert

RGB182106105-
CMYK00.420.420.29
HSL0.78º34.53%56.27%-
HSV(B)0.78º42.31%71.37%-
XYZ2721.2716.05-
YUV128.61114.68166.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.31%
GREEN value IS 106 (41.80% from 255) = 26.97%
BLUE value IS 105 (41.41% from 255) = 26.72%
R=46.31%
G=26.97%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210610500.420.420.290.7834.5356.27
HexB66A6902A2A1D12338
Octal266152151052523514370
Binary10110110110101011010010101010101010111011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66A69; }

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

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

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

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

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

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

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

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