#BB294A

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

Shades of Old Rose #BB294A

Tints of Old Rose #BB294A

Color information

#BB294A (or 0xBB294A) is unknown color: approx Old Rose. HEX triplet: BB, 29 and 4A. RGB value is (187,41,74). Sum of RGB (Red+Green+Blue) = 187+41+74=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB294A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB294A is #44D6B5. Grayscale: #585858. Windows color (decimal): -4511414 or 4860347. OLE color: 4860347.

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

Color convert

RGB1874174-
CMYK00.780.600.27
HSL346.44º64.04%44.71%-
HSV(B)346.44º78.07%73.33%-
XYZ22.5212.657.73-
YUV88.42119.87198.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.92%
GREEN value IS 41 (16.41% from 255) = 13.58%
BLUE value IS 74 (29.30% from 255) = 24.50%
R=61.92%
G=13.58%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187417400.780.600.27346.4464.0444.71
HexBB294A04E3C1B15a402d
Octal273511120116743353210055
Binary10111011101001100101001001110111100110111010110101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB294A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB294A; }

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

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

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

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

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

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

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

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