#BD2460

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

Shades of Old Rose #BD2460

Tints of Old Rose #BD2460

Color information

#BD2460 (or 0xBD2460) is unknown color: approx Old Rose. HEX triplet: BD, 24 and 60. RGB value is (189,36,96). Sum of RGB (Red+Green+Blue) = 189+36+96=321 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.88% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2460 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2460 is #42DB9F. Grayscale: #585858. Windows color (decimal): -4381600 or 6300861. OLE color: 6300861.

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

Color convert

RGB1893696-
CMYK00.810.490.26
HSL336.47º68%44.12%-
HSV(B)336.47º80.95%74.12%-
XYZ23.7312.9312.31-
YUV88.59132.19199.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.88%
GREEN value IS 36 (14.45% from 255) = 11.21%
BLUE value IS 96 (37.89% from 255) = 29.91%
R=58.88%
G=11.21%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189369600.810.490.26336.476844.12
HexBD2460051311A150442c
Octal275441400121613252010454
Binary10111101100100110000001010001110001110101010100001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2460; }

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

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

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

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

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

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

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

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