#BD325A

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

Shades of Old Rose #BD325A

Tints of Old Rose #BD325A

Color information

#BD325A (or 0xBD325A) is unknown color: approx Old Rose. HEX triplet: BD, 32 and 5A. RGB value is (189,50,90). Sum of RGB (Red+Green+Blue) = 189+50+90=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD325A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD325A is #42CDA5. Grayscale: #606060. Windows color (decimal): -4378022 or 5911229. OLE color: 5911229.

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

Color convert

RGB1895090-
CMYK00.740.520.26
HSL342.73º58.16%46.86%-
HSV(B)342.73º73.54%74.12%-
XYZ23.9713.8411.08-
YUV96.12124.55194.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.45%
GREEN value IS 50 (19.92% from 255) = 15.20%
BLUE value IS 90 (35.55% from 255) = 27.36%
R=57.45%
G=15.20%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189509000.740.520.26342.7358.1646.86
HexBD325A04A341A1573a2f
Octal27562132011264325277257
Binary1011110111001010110100100101011010011010101010111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD325A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD325A; }

 p { color: rgb(189,50,90); }

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

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

 a { background-color: rgb(189,50,90); }

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

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

 span { border-color: rgb(189,50,90); }

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