#BD7068

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

Shades of Contessa #BD7068

Tints of Contessa #BD7068

Color information

#BD7068 (or 0xBD7068) is unknown color: approx Contessa. HEX triplet: BD, 70 and 68. RGB value is (189,112,104). Sum of RGB (Red+Green+Blue) = 189+112+104=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7068 is #428F97. Grayscale: #868686. Windows color (decimal): -4362136 or 6844605. OLE color: 6844605.

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

Color convert

RGB189112104-
CMYK00.410.450.26
HSL5.65º39.17%57.45%-
HSV(B)5.65º44.97%74.12%-
XYZ29.2823.4116.07-
YUV134.11111.01167.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.67%
GREEN value IS 112 (44.14% from 255) = 27.65%
BLUE value IS 104 (41.02% from 255) = 25.68%
R=46.67%
G=27.65%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911210400.410.450.265.6539.1757.45
HexBD70680292D1A62739
Octal275160150051553264771
Binary1011110111100001101000010100110110111010110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7068; }

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

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

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

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

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

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

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

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