#BD3056

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

Shades of Old Rose #BD3056

Tints of Old Rose #BD3056

Color information

#BD3056 (or 0xBD3056) is unknown color: approx Old Rose. HEX triplet: BD, 30 and 56. RGB value is (189,48,86). Sum of RGB (Red+Green+Blue) = 189+48+86=323 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.51% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 86 (33.98% from 255 or 26.63% from 323); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3056 is #42CFA9. Grayscale: #5E5E5E. Windows color (decimal): -4378538 or 5648573. OLE color: 5648573.

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

Color convert

RGB1894886-
CMYK00.750.540.26
HSL343.83º59.49%46.47%-
HSV(B)343.83º74.6%74.12%-
XYZ23.7213.610.18-
YUV94.49123.21195.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.51%
GREEN value IS 48 (19.14% from 255) = 14.86%
BLUE value IS 86 (33.98% from 255) = 26.63%
R=58.51%
G=14.86%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189488600.750.540.26343.8359.4946.47
HexBD305604B361A1583b2e
Octal27560126011366325307356
Binary1011110111000010101100100101111011011010101011000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3056; }

 p { color: rgb(189,48,86); }

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

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

 a { background-color: rgb(189,48,86); }

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

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

 span { border-color: rgb(189,48,86); }

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