Html Css Color HEX #BB1F5B Old Rose

📋 copy color: '#BB1F5B'

red 187 ◦ green 31 ◦ blue 91

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

Shades of Old Rose #BB1F5B

Tints of Old Rose #BB1F5B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.03%

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

R = 60.52%
G = 10.03%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BB1F5B (or 0xBB1F5B) is known color: Old Rose. HEX triplet: BB, 1F and 5B. RGB value is (187,31,91). Sum of RGB (Red+Green+Blue) = 187+31+91=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 31 (12.5% from 255 or 10.03% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1F5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1F5B is #44E0A4. Grayscale: #545454. Windows color (decimal): -4513957 or 5971899. OLE color: 5971899.

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

Color convert

RGB 187 31 91 -
CMYK 0 0.83 0.51 0.27
HSL 336.92º 0.72% 0.43% -
HSV(B) 336.92º 0.83% 0.73% -
XYZ 22.87 12.3 11.07 -
YUV 84.48 131.68 201.12 -
System Red Green Blue C M Y K H S L
Decimal 187 31 91 0 0.83 0.51 0.27 336.92 0.72 0.43
Hex BB 1F 5B 0 53 33 1B 151 48 2B
Octal 273 37 133 0 123 63 33 521 110 53
Binary 10111011 11111 1011011 0 1010011 110011 11011 101010001 1001000 101011

Color Harmonies of #BB1F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1F5B

Black with #BB1F5B

Text Example


Text Example

White with #BB1F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1F5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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