#BD2062

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

Shades of Old Rose #BD2062

Tints of Old Rose #BD2062

Color information

#BD2062 (or 0xBD2062) is unknown color: approx Old Rose. HEX triplet: BD, 20 and 62. RGB value is (189,32,98). Sum of RGB (Red+Green+Blue) = 189+32+98=319 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.25% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2062 is #42DF9D. Grayscale: #565656. Windows color (decimal): -4382622 or 6430909. OLE color: 6430909.

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

Color convert

RGB1893298-
CMYK00.830.480.26
HSL334.78º71.04%43.33%-
HSV(B)334.78º83.07%74.12%-
XYZ23.7112.7312.76-
YUV86.47134.51201.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 59.25%
GREEN value IS 32 (12.89% from 255) = 10.03%
BLUE value IS 98 (38.67% from 255) = 30.72%
R=59.25%
G=10.03%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189329800.830.480.26334.7871.0443.33
HexBD2062053301A14f472b
Octal275401420123603251710753
Binary10111101100000110001001010011110000110101010011111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2062; }

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

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

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

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

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

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

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

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