#BD394A

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

Shades of Old Rose #BD394A

Tints of Old Rose #BD394A

Color information

#BD394A (or 0xBD394A) is unknown color: approx Old Rose. HEX triplet: BD, 39 and 4A. RGB value is (189,57,74). Sum of RGB (Red+Green+Blue) = 189+57+74=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 57 (22.66% from 255 or 17.81% from 320); Blue value is 74 (29.30% from 255 or 23.12% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD394A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD394A is #42C6B5. Grayscale: #626262. Windows color (decimal): -4376246 or 4864445. OLE color: 4864445.

HSL color Cylindrical-coordinate representation of color #BD394A: hue angle of 352.27º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD394A is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB1895774-
CMYK00.700.610.26
HSL352.27º53.66%48.24%-
HSV(B)352.27º69.84%74.12%-
XYZ23.6914.247.98-
YUV98.41114.23192.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 59.06%
GREEN value IS 57 (22.66% from 255) = 17.81%
BLUE value IS 74 (29.30% from 255) = 23.12%
R=59.06%
G=17.81%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189577400.700.610.26352.2753.6648.24
HexBD394A0463D1A1603630
Octal27571112010675325406660
Binary1011110111100110010100100011011110111010101100000110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD394A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD394A; }

 p { color: rgb(189,57,74); }

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

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

 a { background-color: rgb(189,57,74); }

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

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

 span { border-color: rgb(189,57,74); }

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