Html Css Color HEX #BB294E Old Rose

📋 copy color: '#BB294E'

red 187 ◦ green 41 ◦ blue 78

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

Shades of Old Rose #BB294E

Tints of Old Rose #BB294E

RGB

 RED value IS 187 (73.44% from 255) = 61.11%

 GREEN value IS 41 (16.41% from 255) = 13.4%

 BLUE value IS 78 (30.86% from 255) = 25.49%

R = 61.11%
G = 13.4%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BB294E (or 0xBB294E) is known color: Old Rose. HEX triplet: BB, 29 and 4E. RGB value is (187,41,78). Sum of RGB (Red+Green+Blue) = 187+41+78=306 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.11% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 187 - color contains mainly: red. Hex color #BB294E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB294E is #44D6B1. Grayscale: #585858. Windows color (decimal): -4511410 or 5122491. OLE color: 5122491.

HSL color Cylindrical-coordinate representation of color #BB294E: hue angle of 344.79º 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 #BB294E is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 41 78 -
CMYK 0 0.78 0.58 0.27
HSL 344.79º 0.64% 0.45% -
HSV(B) 344.79º 0.78% 0.73% -
XYZ 22.66 12.7 8.46 -
YUV 88.87 121.87 197.99 -
System Red Green Blue C M Y K H S L
Decimal 187 41 78 0 0.78 0.58 0.27 344.79 0.64 0.45
Hex BB 29 4E 0 4E 3A 1B 159 40 2D
Octal 273 51 116 0 116 72 33 531 100 55
Binary 10111011 101001 1001110 0 1001110 111010 11011 101011001 1000000 101101

Color Harmonies of #BB294E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB294E

Black with #BB294E

Text Example


Text Example

White with #BB294E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB294E; }

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

 H1.HeaderClassName
 {
   color: #BB294E;
 }
 .AnyTagClassName
 {
   color: #BB294E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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