#BD7668

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

Shades of Contessa #BD7668

Tints of Contessa #BD7668

Color information

#BD7668 (or 0xBD7668) is unknown color: approx Contessa. HEX triplet: BD, 76 and 68. RGB value is (189,118,104). Sum of RGB (Red+Green+Blue) = 189+118+104=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7668 is #428997. Grayscale: #898989. Windows color (decimal): -4360600 or 6846141. OLE color: 6846141.

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

Color convert

RGB189118104-
CMYK00.380.450.26
HSL9.88º39.17%57.45%-
HSV(B)9.88º44.97%74.12%-
XYZ29.9624.7816.3-
YUV137.63109.02164.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.99%
GREEN value IS 118 (46.48% from 255) = 28.71%
BLUE value IS 104 (41.02% from 255) = 25.30%
R=45.99%
G=28.71%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911810400.380.450.269.8839.1757.45
HexBD76680262D1Aa2739
Octal2751661500465532124771
Binary10111101111011011010000100110101101110101010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7668; }

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

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

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

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

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

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

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

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