#bb454a

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

Shades of Old Rose #BB454A

Tints of Old Rose #BB454A

Color information

#BB454A (or 0xBB454A) is unknown color: approx Old Rose. HEX triplet: BB, 45 and 4A. RGB value is (187,69,74). Sum of RGB (Red+Green+Blue) = 187+69+74=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB454A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB454A is #44BAB5. Grayscale: #686868. Windows color (decimal): -4504246 or 4867515. OLE color: 4867515.

HSL color Cylindrical-coordinate representation of color #BB454A: hue angle of 357.46º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB454A is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB1876974-
CMYK00.630.600.27
HSL357.46º46.46%50.2%-
HSV(B)357.46º63.1%73.33%-
XYZ23.8615.328.18-
YUV104.85110.59186.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.67%
GREEN value IS 69 (27.34% from 255) = 20.91%
BLUE value IS 74 (29.30% from 255) = 22.42%
R=56.67%
G=20.91%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187697400.630.600.27357.4646.4650.2
HexBB454A03F3C1B1652e32
Octal27310511207774335455662
Binary1011101110001011001010011111111110011011101100101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb454a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb454a; }

 p { color: rgb(187,69,74); }

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

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

 a { background-color: rgb(187,69,74); }

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

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

 span { border-color: rgb(187,69,74); }

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