#B66968

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

Shades of Contessa #B66968

Tints of Contessa #B66968

Color information

#B66968 (or 0xB66968) is unknown color: approx Contessa. HEX triplet: B6, 69 and 68. RGB value is (182,105,104). Sum of RGB (Red+Green+Blue) = 182+105+104=391 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.55% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 104 (41.02% from 255 or 26.60% from 391); Max value from RGB is 182 - color contains mainly: red. Hex color #B66968 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66968 is #499697. Grayscale: #7F7F7F. Windows color (decimal): -4822680 or 6842806. OLE color: 6842806.

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

Color convert

RGB182105104-
CMYK00.420.430.29
HSL0.77º34.82%56.08%-
HSV(B)0.77º42.86%71.37%-
XYZ26.8421.0515.74-
YUV127.91114.51166.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.55%
GREEN value IS 105 (41.41% from 255) = 26.85%
BLUE value IS 104 (41.02% from 255) = 26.60%
R=46.55%
G=26.85%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210510400.420.430.290.7734.8256.08
HexB6696802A2B1D12338
Octal266151150052533514370
Binary10110110110100111010000101010101011111011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66968; }

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

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

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

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

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

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

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

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