#BD6460

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

Shades of Contessa #BD6460

Tints of Contessa #BD6460

Color information

#BD6460 (or 0xBD6460) is unknown color: approx Contessa. HEX triplet: BD, 64 and 60. RGB value is (189,100,96). Sum of RGB (Red+Green+Blue) = 189+100+96=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6460 is #429B9F. Grayscale: #7E7E7E. Windows color (decimal): -4365216 or 6317245. OLE color: 6317245.

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

Color convert

RGB18910096-
CMYK00.470.490.26
HSL2.58º41.33%55.88%-
HSV(B)2.58º49.21%74.12%-
XYZ27.6520.7813.62-
YUV126.15110.99172.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.09%
GREEN value IS 100 (39.45% from 255) = 25.97%
BLUE value IS 96 (37.89% from 255) = 24.94%
R=49.09%
G=25.97%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891009600.470.490.262.5841.3355.88
HexBD646002F311A32938
Octal275144140057613235170
Binary101111011100100110000001011111100011101011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6460; }

 p { color: rgb(189,100,96); }

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

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

 a { background-color: rgb(189,100,96); }

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

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

 span { border-color: rgb(189,100,96); }

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