#BD3554

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

Shades of Old Rose #BD3554

Tints of Old Rose #BD3554

Color information

#BD3554 (or 0xBD3554) is unknown color: approx Old Rose. HEX triplet: BD, 35 and 54. RGB value is (189,53,84). Sum of RGB (Red+Green+Blue) = 189+53+84=326 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.98% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 84 (33.20% from 255 or 25.77% from 326); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3554 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3554 is #42CAAB. Grayscale: #616161. Windows color (decimal): -4377260 or 5518781. OLE color: 5518781.

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

Color convert

RGB1895384-
CMYK00.720.560.26
HSL346.32º56.2%47.45%-
HSV(B)346.32º71.96%74.12%-
XYZ23.8614.019.83-
YUV97.2120.56193.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.98%
GREEN value IS 53 (21.09% from 255) = 16.26%
BLUE value IS 84 (33.20% from 255) = 25.77%
R=57.98%
G=16.26%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189538400.720.560.26346.3256.247.45
HexBD3554048381A15a382f
Octal27565124011070325327057
Binary1011110111010110101000100100011100011010101011010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3554; }

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

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

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

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

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

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

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

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