#BD6D66

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

Shades of Contessa #BD6D66

Tints of Contessa #BD6D66

Color information

#BD6D66 (or 0xBD6D66) is unknown color: approx Contessa. HEX triplet: BD, 6D and 66. RGB value is (189,109,102). Sum of RGB (Red+Green+Blue) = 189+109+102=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 102 (40.23% from 255 or 25.5% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6D66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6D66 is #429299. Grayscale: #848484. Windows color (decimal): -4362906 or 6712765. OLE color: 6712765.

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

Color convert

RGB189109102-
CMYK00.420.460.26
HSL4.83º39.73%57.06%-
HSV(B)4.83º46.03%74.12%-
XYZ28.8522.7215.43-
YUV132.12111168.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.25%
GREEN value IS 109 (42.97% from 255) = 27.25%
BLUE value IS 102 (40.23% from 255) = 25.5%
R=47.25%
G=27.25%
B=25.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910910200.420.460.264.8339.7357.06
HexBD6D6602A2E1A52839
Octal275155146052563255071
Binary1011110111011011100110010101010111011010101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6D66; }

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

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

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

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

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

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

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

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