#BD4449

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

Shades of Old Rose #BD4449

Tints of Old Rose #BD4449

Color information

#BD4449 (or 0xBD4449) is unknown color: approx Old Rose. HEX triplet: BD, 44 and 49. RGB value is (189,68,73). Sum of RGB (Red+Green+Blue) = 189+68+73=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4449 is #42BBB6. Grayscale: #686868. Windows color (decimal): -4373431 or 4801725. OLE color: 4801725.

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

Color convert

RGB1896873-
CMYK00.640.610.26
HSL357.52º47.83%50.39%-
HSV(B)357.52º64.02%74.12%-
XYZ24.2615.438-
YUV104.75110.09188.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.27%
GREEN value IS 68 (26.95% from 255) = 20.61%
BLUE value IS 73 (28.91% from 255) = 22.12%
R=57.27%
G=20.61%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189687300.640.610.26357.5247.8350.39
HexBD44490403D1A1663032
Octal275104111010075325466062
Binary10111101100010010010010100000011110111010101100110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4449; }

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

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

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

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

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

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

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

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