Html Css Color HEX #BB1E49 Old Rose

📋 copy color: '#BB1E49'

red 187 ◦ green 30 ◦ blue 73

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

Shades of Old Rose #BB1E49

Tints of Old Rose #BB1E49

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.34%

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

R = 64.48%
G = 10.34%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BB1E49 (or 0xBB1E49) is known color: Old Rose. HEX triplet: BB, 1E and 49. RGB value is (187,30,73). Sum of RGB (Red+Green+Blue) = 187+30+73=290 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.48% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 73 (28.91% from 255 or 25.17% from 290); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1E49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1E49 is #44E1B6. Grayscale: #515151. Windows color (decimal): -4514231 or 4791995. OLE color: 4791995.

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

Color convert

RGB 187 30 73 -
CMYK 0 0.84 0.61 0.27
HSL 343.57º 0.72% 0.43% -
HSV(B) 343.57º 0.84% 0.73% -
XYZ 22.16 11.97 7.45 -
YUV 81.85 123.01 203 -
System Red Green Blue C M Y K H S L
Decimal 187 30 73 0 0.84 0.61 0.27 343.57 0.72 0.43
Hex BB 1E 49 0 54 3D 1B 158 48 2B
Octal 273 36 111 0 124 75 33 530 110 53
Binary 10111011 11110 1001001 0 1010100 111101 11011 101011000 1001000 101011

Color Harmonies of #BB1E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1E49

Black with #BB1E49

Text Example


Text Example

White with #BB1E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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