#BD7466

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

Shades of Contessa #BD7466

Tints of Contessa #BD7466

Color information

#BD7466 (or 0xBD7466) is unknown color: approx Contessa. HEX triplet: BD, 74 and 66. RGB value is (189,116,102). Sum of RGB (Red+Green+Blue) = 189+116+102=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 102 (40.23% from 255 or 25.06% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7466 is #428B99. Grayscale: #888888. Windows color (decimal): -4361114 or 6714557. OLE color: 6714557.

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

Color convert

RGB189116102-
CMYK00.390.460.26
HSL9.66º39.73%57.06%-
HSV(B)9.66º46.03%74.12%-
XYZ29.6324.2715.69-
YUV136.23108.68165.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.44%
GREEN value IS 116 (45.70% from 255) = 28.50%
BLUE value IS 102 (40.23% from 255) = 25.06%
R=46.44%
G=28.50%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911610200.390.460.269.6639.7357.06
HexBD74660272E1Aa2839
Octal2751641460475632125071
Binary10111101111010011001100100111101110110101010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7466; }

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

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

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

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

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

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

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

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