Html Css Color HEX #BB1D5D Old Rose

📋 copy color: '#BB1D5D'

red 187 ◦ green 29 ◦ blue 93

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

Shades of Old Rose #BB1D5D

Tints of Old Rose #BB1D5D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.39%

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

R = 60.52%
G = 9.39%
B = 30.1%

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

#BB1D5D (or 0xBB1D5D) is known color: Old Rose. HEX triplet: BB, 1D and 5D. RGB value is (187,29,93). Sum of RGB (Red+Green+Blue) = 187+29+93=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 29 (11.72% from 255 or 9.39% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1D5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1D5D is #44E2A2. Grayscale: #535353. Windows color (decimal): -4514467 or 6102459. OLE color: 6102459.

HSL color Cylindrical-coordinate representation of color #BB1D5D: hue angle of 335.7º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB1D5D is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 29 93 -
CMYK 0 0.84 0.50 0.27
HSL 335.7º 0.73% 0.42% -
HSV(B) 335.7º 0.84% 0.73% -
XYZ 22.91 12.23 11.51 -
YUV 83.54 133.35 201.8 -
System Red Green Blue C M Y K H S L
Decimal 187 29 93 0 0.84 0.50 0.27 335.7 0.73 0.42
Hex BB 1D 5D 0 54 32 1B 150 49 2A
Octal 273 35 135 0 124 62 33 520 111 52
Binary 10111011 11101 1011101 0 1010100 110010 11011 101010000 1001001 101010

Color Harmonies of #BB1D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1D5D

Black with #BB1D5D

Text Example


Text Example

White with #BB1D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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