Html Css Color HEX #BB2A5D Old Rose

📋 copy color: '#BB2A5D'

red 187 ◦ green 42 ◦ blue 93

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

Shades of Old Rose #BB2A5D

Tints of Old Rose #BB2A5D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.04%

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

R = 58.07%
G = 13.04%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB2A5D (or 0xBB2A5D) is known color: Old Rose. HEX triplet: BB, 2A and 5D. RGB value is (187,42,93). Sum of RGB (Red+Green+Blue) = 187+42+93=322 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.07% from 322); Green value is 42 (16.80% from 255 or 13.04% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2A5D is #44D5A2. Grayscale: #5B5B5B. Windows color (decimal): -4511139 or 6105787. OLE color: 6105787.

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

Color convert

RGB 187 42 93 -
CMYK 0 0.78 0.50 0.27
HSL 338.9º 0.63% 0.45% -
HSV(B) 338.9º 0.78% 0.73% -
XYZ 23.3 13.01 11.64 -
YUV 91.17 129.04 196.35 -
System Red Green Blue C M Y K H S L
Decimal 187 42 93 0 0.78 0.50 0.27 338.9 0.63 0.45
Hex BB 2A 5D 0 4E 32 1B 153 3F 2D
Octal 273 52 135 0 116 62 33 523 77 55
Binary 10111011 101010 1011101 0 1001110 110010 11011 101010011 111111 101101

Color Harmonies of #BB2A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2A5D

Black with #BB2A5D

Text Example


Text Example

White with #BB2A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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