#BD3648

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

Shades of Old Rose #BD3648

Tints of Old Rose #BD3648

Color information

#BD3648 (or 0xBD3648) is unknown color: approx Old Rose. HEX triplet: BD, 36 and 48. RGB value is (189,54,72). Sum of RGB (Red+Green+Blue) = 189+54+72=315 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3648 is #42C9B7. Grayscale: #606060. Windows color (decimal): -4377016 or 4732605. OLE color: 4732605.

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

Color convert

RGB1895472-
CMYK00.710.620.26
HSL352º55.56%47.65%-
HSV(B)352º71.43%74.12%-
XYZ23.4813.937.58-
YUV96.42114.23194.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 60%
GREEN value IS 54 (21.48% from 255) = 17.14%
BLUE value IS 72 (28.52% from 255) = 22.86%
R=60%
G=17.14%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189547200.710.620.2635255.5647.65
HexBD36480473E1A1603830
Octal27566110010776325407060
Binary1011110111011010010000100011111111011010101100000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3648; }

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

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

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

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

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

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

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

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