Html Css Color HEX #BB1E58 Old Rose

📋 copy color: '#BB1E58'

red 187 ◦ green 30 ◦ blue 88

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

Shades of Old Rose #BB1E58

Tints of Old Rose #BB1E58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 28.85%

R = 61.31%
G = 9.84%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BB1E58 (or 0xBB1E58) is known color: Old Rose. HEX triplet: BB, 1E and 58. RGB value is (187,30,88). Sum of RGB (Red+Green+Blue) = 187+30+88=305 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.31% from 305); Green value is 30 (12.11% from 255 or 9.84% from 305); Blue value is 88 (34.77% from 255 or 28.85% from 305); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1E58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1E58 is #44E1A7. Grayscale: #535353. Windows color (decimal): -4514216 or 5775035. OLE color: 5775035.

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

Color convert

RGB 187 30 88 -
CMYK 0 0.84 0.53 0.27
HSL 337.83º 0.72% 0.43% -
HSV(B) 337.83º 0.84% 0.73% -
XYZ 22.72 12.2 10.39 -
YUV 83.56 130.51 201.78 -
System Red Green Blue C M Y K H S L
Decimal 187 30 88 0 0.84 0.53 0.27 337.83 0.72 0.43
Hex BB 1E 58 0 54 35 1B 152 48 2B
Octal 273 36 130 0 124 65 33 522 110 53
Binary 10111011 11110 1011000 0 1010100 110101 11011 101010010 1001000 101011

Color Harmonies of #BB1E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1E58

Black with #BB1E58

Text Example


Text Example

White with #BB1E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1E58; }

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

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

background-color css

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

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

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

border-color css

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

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

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