#BD3849

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

Shades of Old Rose #BD3849

Tints of Old Rose #BD3849

Color information

#BD3849 (or 0xBD3849) is unknown color: approx Old Rose. HEX triplet: BD, 38 and 49. RGB value is (189,56,73). Sum of RGB (Red+Green+Blue) = 189+56+73=318 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.43% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3849 is #42C7B6. Grayscale: #616161. Windows color (decimal): -4376503 or 4798653. OLE color: 4798653.

HSL color Cylindrical-coordinate representation of color #BD3849: hue angle of 352.33º 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 #BD3849 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB1895673-
CMYK00.700.610.26
HSL352.33º54.29%48.04%-
HSV(B)352.33º70.37%74.12%-
XYZ23.614.137.79-
YUV97.7114.06193.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 59.43%
GREEN value IS 56 (22.27% from 255) = 17.61%
BLUE value IS 73 (28.91% from 255) = 22.96%
R=59.43%
G=17.61%
B=22.96%

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
Decimal189567300.700.610.26352.3354.2948.04
HexBD38490463D1A1603630
Octal27570111010675325406660
Binary1011110111100010010010100011011110111010101100000110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3849; }

 p { color: rgb(189,56,73); }

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

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

 a { background-color: rgb(189,56,73); }

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

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

 span { border-color: rgb(189,56,73); }

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