#BD2257

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

Shades of Old Rose #BD2257

Tints of Old Rose #BD2257

Color information

#BD2257 (or 0xBD2257) is unknown color: approx Old Rose. HEX triplet: BD, 22 and 57. RGB value is (189,34,87). Sum of RGB (Red+Green+Blue) = 189+34+87=310 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.97% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 87 (34.38% from 255 or 28.06% from 310); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2257 is #42DDA8. Grayscale: #565656. Windows color (decimal): -4382121 or 5710525. OLE color: 5710525.

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

Color convert

RGB1893487-
CMYK00.820.540.26
HSL339.48º69.51%43.73%-
HSV(B)339.48º82.01%74.12%-
XYZ23.2812.6510.23-
YUV86.39128.35201.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 60.97%
GREEN value IS 34 (13.67% from 255) = 10.97%
BLUE value IS 87 (34.38% from 255) = 28.06%
R=60.97%
G=10.97%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189348700.820.540.26339.4869.5143.73
HexBD2257052361A153462c
Octal275421270122663252310654
Binary10111101100010101011101010010110110110101010100111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2257; }

 p { color: rgb(189,34,87); }

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

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

 a { background-color: rgb(189,34,87); }

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

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

 span { border-color: rgb(189,34,87); }

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