Html Css Color HEX #BB1E5F Old Rose

📋 copy color: '#BB1E5F'

red 187 ◦ green 30 ◦ blue 95

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

Shades of Old Rose #BB1E5F

Tints of Old Rose #BB1E5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.45%

R = 59.94%
G = 9.62%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BB1E5F (or 0xBB1E5F) is known color: Old Rose. HEX triplet: BB, 1E and 5F. RGB value is (187,30,95). Sum of RGB (Red+Green+Blue) = 187+30+95=312 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.94% from 312); Green value is 30 (12.11% from 255 or 9.62% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1E5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1E5F is #44E1A0. Grayscale: #545454. Windows color (decimal): -4514209 or 6233787. OLE color: 6233787.

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

Color convert

RGB 187 30 95 -
CMYK 0 0.84 0.49 0.27
HSL 335.16º 0.72% 0.43% -
HSV(B) 335.16º 0.84% 0.73% -
XYZ 23.02 12.32 11.99 -
YUV 84.35 134.01 201.21 -
System Red Green Blue C M Y K H S L
Decimal 187 30 95 0 0.84 0.49 0.27 335.16 0.72 0.43
Hex BB 1E 5F 0 54 31 1B 14F 48 2B
Octal 273 36 137 0 124 61 33 517 110 53
Binary 10111011 11110 1011111 0 1010100 110001 11011 101001111 1001000 101011

Color Harmonies of #BB1E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1E5F

Black with #BB1E5F

Text Example


Text Example

White with #BB1E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1E5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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