Html Css Color HEX #BB1E5D Old Rose

📋 copy color: '#BB1E5D'

red 187 ◦ green 30 ◦ blue 93

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

Shades of Old Rose #BB1E5D

Tints of Old Rose #BB1E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30%

R = 60.32%
G = 9.68%
B = 30%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB1E5D (or 0xBB1E5D) is known color: Old Rose. HEX triplet: BB, 1E and 5D. RGB value is (187,30,93). Sum of RGB (Red+Green+Blue) = 187+30+93=310 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.32% from 310); Green value is 30 (12.11% from 255 or 9.68% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1E5D is #44E1A2. Grayscale: #545454. Windows color (decimal): -4514211 or 6102715. OLE color: 6102715.

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

Color convert

RGB 187 30 93 -
CMYK 0 0.84 0.50 0.27
HSL 335.92º 0.72% 0.43% -
HSV(B) 335.92º 0.84% 0.73% -
XYZ 22.93 12.28 11.52 -
YUV 84.13 133.01 201.38 -
System Red Green Blue C M Y K H S L
Decimal 187 30 93 0 0.84 0.50 0.27 335.92 0.72 0.43
Hex BB 1E 5D 0 54 32 1B 150 48 2B
Octal 273 36 135 0 124 62 33 520 110 53
Binary 10111011 11110 1011101 0 1010100 110010 11011 101010000 1001000 101011

Color Harmonies of #BB1E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1E5D

Black with #BB1E5D

Text Example


Text Example

White with #BB1E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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