#BD2648

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

Shades of Old Rose #BD2648

Tints of Old Rose #BD2648

Color information

#BD2648 (or 0xBD2648) is unknown color: approx Old Rose. HEX triplet: BD, 26 and 48. RGB value is (189,38,72). Sum of RGB (Red+Green+Blue) = 189+38+72=299 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.21% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2648 is #42D9B7. Grayscale: #575757. Windows color (decimal): -4381112 or 4728509. OLE color: 4728509.

HSL color Cylindrical-coordinate representation of color #BD2648: hue angle of 346.49º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2648 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB1893872-
CMYK00.800.620.26
HSL346.49º66.52%44.51%-
HSV(B)346.49º79.89%74.12%-
XYZ22.8512.677.37-
YUV87.02119.53200.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 63.21%
GREEN value IS 38 (15.23% from 255) = 12.71%
BLUE value IS 72 (28.52% from 255) = 24.08%
R=63.21%
G=12.71%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189387200.800.620.26346.4966.5244.51
HexBD26480503E1A15a432d
Octal275461100120763253210355
Binary10111101100110100100001010000111110110101010110101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2648; }

 p { color: rgb(189,38,72); }

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

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

 a { background-color: rgb(189,38,72); }

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

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

 span { border-color: rgb(189,38,72); }

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