Html Css Color HEX #BB1E56 Old Rose

📋 copy color: '#BB1E56'

red 187 ◦ green 30 ◦ blue 86

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

Shades of Old Rose #BB1E56

Tints of Old Rose #BB1E56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 28.38%

R = 61.72%
G = 9.9%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BB1E56 (or 0xBB1E56) is known color: Old Rose. HEX triplet: BB, 1E and 56. RGB value is (187,30,86). Sum of RGB (Red+Green+Blue) = 187+30+86=303 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.72% from 303); Green value is 30 (12.11% from 255 or 9.90% from 303); Blue value is 86 (33.98% from 255 or 28.38% from 303); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1E56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1E56 is #44E1A9. Grayscale: #535353. Windows color (decimal): -4514218 or 5643963. OLE color: 5643963.

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

Color convert

RGB 187 30 86 -
CMYK 0 0.84 0.54 0.27
HSL 338.6º 0.72% 0.43% -
HSV(B) 338.6º 0.84% 0.73% -
XYZ 22.64 12.17 9.96 -
YUV 83.33 129.51 201.95 -
System Red Green Blue C M Y K H S L
Decimal 187 30 86 0 0.84 0.54 0.27 338.6 0.72 0.43
Hex BB 1E 56 0 54 36 1B 153 48 2B
Octal 273 36 126 0 124 66 33 523 110 53
Binary 10111011 11110 1010110 0 1010100 110110 11011 101010011 1001000 101011

Color Harmonies of #BB1E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1E56

Black with #BB1E56

Text Example


Text Example

White with #BB1E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1E56; }

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

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

background-color css

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

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

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

border-color css

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

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

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