Html Css Color HEX #BB2749 Old Rose

📋 copy color: '#BB2749'

red 187 ◦ green 39 ◦ blue 73

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

Shades of Old Rose #BB2749

Tints of Old Rose #BB2749

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.04%

 BLUE value IS 73 (28.91% from 255) = 24.41%

R = 62.54%
G = 13.04%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BB2749 (or 0xBB2749) is known color: Old Rose. HEX triplet: BB, 27 and 49. RGB value is (187,39,73). Sum of RGB (Red+Green+Blue) = 187+39+73=299 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.54% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 73 (28.91% from 255 or 24.41% from 299); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2749 is #44D8B6. Grayscale: #575757. Windows color (decimal): -4511927 or 4794299. OLE color: 4794299.

HSL color Cylindrical-coordinate representation of color #BB2749: hue angle of 346.22º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB2749 is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 39 73 -
CMYK 0 0.79 0.61 0.27
HSL 346.22º 0.65% 0.44% -
HSV(B) 346.22º 0.79% 0.73% -
XYZ 22.42 12.5 7.53 -
YUV 87.13 120.03 199.24 -
System Red Green Blue C M Y K H S L
Decimal 187 39 73 0 0.79 0.61 0.27 346.22 0.65 0.44
Hex BB 27 49 0 4F 3D 1B 15A 41 2C
Octal 273 47 111 0 117 75 33 532 101 54
Binary 10111011 100111 1001001 0 1001111 111101 11011 101011010 1000001 101100

Color Harmonies of #BB2749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2749

Black with #BB2749

Text Example


Text Example

White with #BB2749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2749; }

 p { color: rgb(187,39,73); }

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

background-color css

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

 a { background-color: rgb(187,39,73); }

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

border-color css

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

 span { border-color: rgb(187,39,73); }

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