#B66868

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

Shades of Contessa #B66868

Tints of Contessa #B66868

Color information

#B66868 (or 0xB66868) is unknown color: approx Contessa. HEX triplet: B6, 68 and 68. RGB value is (182,104,104). Sum of RGB (Red+Green+Blue) = 182+104+104=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 104 (41.02% from 255 or 26.67% from 390); Blue value is 104 (41.02% from 255 or 26.67% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B66868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66868 is #499797. Grayscale: #7F7F7F. Windows color (decimal): -4822936 or 6842550. OLE color: 6842550.

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

Color convert

RGB182104104-
CMYK00.430.430.29
HSL34.82%56.08%-
HSV(B)42.86%71.37%-
XYZ26.7420.8515.71-
YUV127.32114.84167-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.67%
GREEN value IS 104 (41.02% from 255) = 26.67%
BLUE value IS 104 (41.02% from 255) = 26.67%
R=46.67%
G=26.67%
B=26.67%

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
Decimal18210410400.430.430.29034.8256.08
HexB6686802B2B1D02338
Octal266150150053533504370
Binary10110110110100011010000101011101011111010100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66868; }

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

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

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

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

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

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

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

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