#BD7866

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

Shades of Contessa #BD7866

Tints of Contessa #BD7866

Color information

#BD7866 (or 0xBD7866) is unknown color: approx Contessa. HEX triplet: BD, 78 and 66. RGB value is (189,120,102). Sum of RGB (Red+Green+Blue) = 189+120+102=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 120 (47.27% from 255 or 29.20% from 411); Blue value is 102 (40.23% from 255 or 24.82% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7866 is #428799. Grayscale: #8A8A8A. Windows color (decimal): -4360090 or 6715581. OLE color: 6715581.

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

Color convert

RGB189120102-
CMYK00.370.460.26
HSL12.41º39.73%57.06%-
HSV(B)12.41º46.03%74.12%-
XYZ30.125.2115.85-
YUV138.58107.36163.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.99%
GREEN value IS 120 (47.27% from 255) = 29.20%
BLUE value IS 102 (40.23% from 255) = 24.82%
R=45.99%
G=29.20%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912010200.370.460.2612.4139.7357.06
HexBD78660252E1Ac2839
Octal2751701460455632145071
Binary10111101111100011001100100101101110110101100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7866; }

 p { color: rgb(189,120,102); }

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

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

 a { background-color: rgb(189,120,102); }

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

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

 span { border-color: rgb(189,120,102); }

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