#BD2354

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

Shades of Old Rose #BD2354

Tints of Old Rose #BD2354

Color information

#BD2354 (or 0xBD2354) is unknown color: approx Old Rose. HEX triplet: BD, 23 and 54. RGB value is (189,35,84). Sum of RGB (Red+Green+Blue) = 189+35+84=308 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.36% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 84 (33.20% from 255 or 27.27% from 308); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2354 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2354 is #42DCAB. Grayscale: #565656. Windows color (decimal): -4381868 or 5514173. OLE color: 5514173.

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

Color convert

RGB1893584-
CMYK00.810.560.26
HSL340.91º68.75%43.92%-
HSV(B)340.91º81.48%74.12%-
XYZ23.1912.669.61-
YUV86.63126.52201.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.36%
GREEN value IS 35 (14.06% from 255) = 11.36%
BLUE value IS 84 (33.20% from 255) = 27.27%
R=61.36%
G=11.36%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189358400.810.560.26340.9168.7543.92
HexBD2354051381A155452c
Octal275431240121703252510554
Binary10111101100011101010001010001111000110101010101011000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2354; }

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

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

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

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

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

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

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

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