#BD1F62

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

Shades of Old Rose #BD1F62

Tints of Old Rose #BD1F62

Color information

#BD1F62 (or 0xBD1F62) is unknown color: approx Old Rose. HEX triplet: BD, 1F and 62. RGB value is (189,31,98). Sum of RGB (Red+Green+Blue) = 189+31+98=318 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.43% from 318); Green value is 31 (12.5% from 255 or 9.75% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1F62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1F62 is #42E09D. Grayscale: #555555. Windows color (decimal): -4382878 or 6430653. OLE color: 6430653.

HSL color Cylindrical-coordinate representation of color #BD1F62: hue angle of 334.56º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD1F62 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB1893198-
CMYK00.840.480.26
HSL334.56º71.82%43.14%-
HSV(B)334.56º83.6%74.12%-
XYZ23.6812.6812.75-
YUV85.88134.85201.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 59.43%
GREEN value IS 31 (12.5% from 255) = 9.75%
BLUE value IS 98 (38.67% from 255) = 30.82%
R=59.43%
G=9.75%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189319800.840.480.26334.5671.8243.14
HexBD1F62054301A14f482b
Octal275371420124603251711053
Binary1011110111111110001001010100110000110101010011111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1F62; }

 p { color: rgb(189,31,98); }

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

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

 a { background-color: rgb(189,31,98); }

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

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

 span { border-color: rgb(189,31,98); }

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