Html Css Color HEX #BB294B Old Rose

📋 copy color: '#BB294B'

red 187 ◦ green 41 ◦ blue 75

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

Shades of Old Rose #BB294B

Tints of Old Rose #BB294B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.75%

R = 61.72%
G = 13.53%
B = 24.75%

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

#BB294B (or 0xBB294B) is known color: Old Rose. HEX triplet: BB, 29 and 4B. RGB value is (187,41,75). Sum of RGB (Red+Green+Blue) = 187+41+75=303 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.72% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 187 - color contains mainly: red. Hex color #BB294B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB294B is #44D6B4. Grayscale: #585858. Windows color (decimal): -4511413 or 4925883. OLE color: 4925883.

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

Color convert

RGB 187 41 75 -
CMYK 0 0.78 0.60 0.27
HSL 346.03º 0.64% 0.45% -
HSV(B) 346.03º 0.78% 0.73% -
XYZ 22.56 12.66 7.91 -
YUV 88.53 120.37 198.24 -
System Red Green Blue C M Y K H S L
Decimal 187 41 75 0 0.78 0.60 0.27 346.03 0.64 0.45
Hex BB 29 4B 0 4E 3C 1B 15A 40 2D
Octal 273 51 113 0 116 74 33 532 100 55
Binary 10111011 101001 1001011 0 1001110 111100 11011 101011010 1000000 101101

Color Harmonies of #BB294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB294B

Black with #BB294B

Text Example


Text Example

White with #BB294B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB294B; }

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

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

background-color css

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

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

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

border-color css

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

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

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