#BD6E65

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

Shades of Contessa #BD6E65

Tints of Contessa #BD6E65

Color information

#BD6E65 (or 0xBD6E65) is unknown color: approx Contessa. HEX triplet: BD, 6E and 65. RGB value is (189,110,101). Sum of RGB (Red+Green+Blue) = 189+110+101=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 110 (43.36% from 255 or 27.5% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6E65 is #42919A. Grayscale: #848484. Windows color (decimal): -4362651 or 6647485. OLE color: 6647485.

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

Color convert

RGB189110101-
CMYK00.420.470.26
HSL6.14º40%56.86%-
HSV(B)6.14º46.56%74.12%-
XYZ28.9122.9115.21-
YUV132.6110.17168.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.25%
GREEN value IS 110 (43.36% from 255) = 27.5%
BLUE value IS 101 (39.84% from 255) = 25.25%
R=47.25%
G=27.5%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911010100.420.470.266.144056.86
HexBD6E6502A2F1A62839
Octal275156145052573265071
Binary1011110111011101100101010101010111111010110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6E65; }

 p { color: rgb(189,110,101); }

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

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

 a { background-color: rgb(189,110,101); }

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

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

 span { border-color: rgb(189,110,101); }

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