Html Css Color HEX #BB294A Old Rose

📋 copy color: '#BB294A'

red 187 ◦ green 41 ◦ blue 74

#BB294A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #BB294A

Tints of Old Rose #BB294A

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.3% from 255) = 24.5%

R = 61.92%
G = 13.58%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BB294A (or 0xBB294A) is known color: 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

RGB 187 41 74 -
CMYK 0 0.78 0.60 0.27
HSL 346.44º 0.64% 0.45% -
HSV(B) 346.44º 0.78% 0.73% -
XYZ 22.52 12.65 7.73 -
YUV 88.42 119.87 198.32 -
System Red Green Blue C M Y K H S L
Decimal 187 41 74 0 0.78 0.60 0.27 346.44 0.64 0.45
Hex BB 29 4A 0 4E 3C 1B 15A 40 2D
Octal 273 51 112 0 116 74 33 532 100 55
Binary 10111011 101001 1001010 0 1001110 111100 11011 101011010 1000000 101101

Color Harmonies of #BB294A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB294A

Black with #BB294A

Text Example


Text Example

White with #BB294A

Text Example


Text Example

HTML Codes & Css Web 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>