#BD6E68

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

Shades of Contessa #BD6E68

Tints of Contessa #BD6E68

Color information

#BD6E68 (or 0xBD6E68) is unknown color: approx Contessa. HEX triplet: BD, 6E and 68. RGB value is (189,110,104). Sum of RGB (Red+Green+Blue) = 189+110+104=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6E68 is #429197. Grayscale: #858585. Windows color (decimal): -4362648 or 6844093. OLE color: 6844093.

HSL color Cylindrical-coordinate representation of color #BD6E68: hue angle of 4.24º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD6E68 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB189110104-
CMYK00.420.450.26
HSL4.24º39.17%57.45%-
HSV(B)4.24º44.97%74.12%-
XYZ29.0622.9716-
YUV132.94111.67167.99-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.90%
GREEN value IS 110 (43.36% from 255) = 27.30%
BLUE value IS 104 (41.02% from 255) = 25.81%
R=46.90%
G=27.30%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911010400.420.450.264.2439.1757.45
HexBD6E6802A2D1A42739
Octal275156150052553244771
Binary1011110111011101101000010101010110111010100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6E68; }

 p { color: rgb(189,110,104); }

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

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

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

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

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

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

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