#bd2461

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

Shades of Old Rose #BD2461

Tints of Old Rose #BD2461

Color information

#BD2461 (or 0xBD2461) is unknown color: approx Old Rose. HEX triplet: BD, 24 and 61. RGB value is (189,36,97). Sum of RGB (Red+Green+Blue) = 189+36+97=322 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.70% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2461 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2461 is #42DB9E. Grayscale: #585858. Windows color (decimal): -4381599 or 6366397. OLE color: 6366397.

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

Color convert

RGB1893697-
CMYK00.810.490.26
HSL336.08º68%44.12%-
HSV(B)336.08º80.95%74.12%-
XYZ23.7712.9412.55-
YUV88.7132.69199.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.70%
GREEN value IS 36 (14.45% from 255) = 11.18%
BLUE value IS 97 (38.28% from 255) = 30.12%
R=58.70%
G=11.18%
B=30.12%

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
Decimal189369700.810.490.26336.086844.12
HexBD2461051311A150442c
Octal275441410121613252010454
Binary10111101100100110000101010001110001110101010100001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd2461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd2461; }

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

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

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

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

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

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

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

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