#BD2854

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

Shades of Old Rose #BD2854

Tints of Old Rose #BD2854

Color information

#BD2854 (or 0xBD2854) is unknown color: approx Old Rose. HEX triplet: BD, 28 and 54. RGB value is (189,40,84). Sum of RGB (Red+Green+Blue) = 189+40+84=313 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.38% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 84 (33.20% from 255 or 26.84% from 313); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2854 is #42D7AB. Grayscale: #595959. Windows color (decimal): -4380588 or 5515453. OLE color: 5515453.

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

Color convert

RGB1894084-
CMYK00.790.560.26
HSL342.28º65.07%44.9%-
HSV(B)342.28º78.84%74.12%-
XYZ23.3512.989.66-
YUV89.57124.86198.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 60.38%
GREEN value IS 40 (16.02% from 255) = 12.78%
BLUE value IS 84 (33.20% from 255) = 26.84%
R=60.38%
G=12.78%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189408400.790.560.26342.2865.0744.9
HexBD285404F381A156412d
Octal275501240117703252610155
Binary10111101101000101010001001111111000110101010101101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2854; }

 p { color: rgb(189,40,84); }

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

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

 a { background-color: rgb(189,40,84); }

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

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

 span { border-color: rgb(189,40,84); }

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