Html Css Color HEX #BB1950 Old Rose

📋 copy color: '#BB1950'

red 187 ◦ green 25 ◦ blue 80

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

Shades of Old Rose #BB1950

Tints of Old Rose #BB1950

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.56%

 BLUE value IS 80 (31.64% from 255) = 27.4%

R = 64.04%
G = 8.56%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BB1950 (or 0xBB1950) is known color: Old Rose. HEX triplet: BB, 19 and 50. RGB value is (187,25,80). Sum of RGB (Red+Green+Blue) = 187+25+80=292 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.04% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 80 (31.64% from 255 or 27.40% from 292); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1950 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1950 is #44E6AF. Grayscale: #4F4F4F. Windows color (decimal): -4515504 or 5249467. OLE color: 5249467.

HSL color Cylindrical-coordinate representation of color #BB1950: hue angle of 339.63º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB1950 is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 25 80 -
CMYK 0 0.87 0.57 0.27
HSL 339.63º 0.76% 0.42% -
HSV(B) 339.63º 0.87% 0.73% -
XYZ 22.29 11.84 8.7 -
YUV 79.71 128.17 204.53 -
System Red Green Blue C M Y K H S L
Decimal 187 25 80 0 0.87 0.57 0.27 339.63 0.76 0.42
Hex BB 19 50 0 57 39 1B 154 4C 2A
Octal 273 31 120 0 127 71 33 524 114 52
Binary 10111011 11001 1010000 0 1010111 111001 11011 101010100 1001100 101010

Color Harmonies of #BB1950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1950

Black with #BB1950

Text Example


Text Example

White with #BB1950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1950; }

 p { color: rgb(187,25,80); }

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

background-color css

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

 a { background-color: rgb(187,25,80); }

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

border-color css

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

 span { border-color: rgb(187,25,80); }

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