Html Css Color HEX #BB1E5B Old Rose

📋 copy color: '#BB1E5B'

red 187 ◦ green 30 ◦ blue 91

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

Shades of Old Rose #BB1E5B

Tints of Old Rose #BB1E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.55%

R = 60.71%
G = 9.74%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BB1E5B (or 0xBB1E5B) is known color: Old Rose. HEX triplet: BB, 1E and 5B. RGB value is (187,30,91). Sum of RGB (Red+Green+Blue) = 187+30+91=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 30 (12.11% from 255 or 9.74% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1E5B is #44E1A4. Grayscale: #535353. Windows color (decimal): -4514213 or 5971643. OLE color: 5971643.

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

Color convert

RGB 187 30 91 -
CMYK 0 0.84 0.51 0.27
HSL 336.69º 0.72% 0.43% -
HSV(B) 336.69º 0.84% 0.73% -
XYZ 22.85 12.25 11.06 -
YUV 83.9 132.01 201.54 -
System Red Green Blue C M Y K H S L
Decimal 187 30 91 0 0.84 0.51 0.27 336.69 0.72 0.43
Hex BB 1E 5B 0 54 33 1B 151 48 2B
Octal 273 36 133 0 124 63 33 521 110 53
Binary 10111011 11110 1011011 0 1010100 110011 11011 101010001 1001000 101011

Color Harmonies of #BB1E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1E5B

Black with #BB1E5B

Text Example


Text Example

White with #BB1E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1E5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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