Html Css Color HEX #BB2A59 Old Rose

📋 copy color: '#BB2A59'

red 187 ◦ green 42 ◦ blue 89

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

Shades of Old Rose #BB2A59

Tints of Old Rose #BB2A59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 27.99%

R = 58.81%
G = 13.21%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BB2A59 (or 0xBB2A59) is known color: Old Rose. HEX triplet: BB, 2A and 59. RGB value is (187,42,89). Sum of RGB (Red+Green+Blue) = 187+42+89=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 42 (16.80% from 255 or 13.21% from 318); Blue value is 89 (35.16% from 255 or 27.99% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2A59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2A59 is #44D5A6. Grayscale: #5A5A5A. Windows color (decimal): -4511143 or 5843643. OLE color: 5843643.

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

Color convert

RGB 187 42 89 -
CMYK 0 0.78 0.52 0.27
HSL 340.55º 0.63% 0.45% -
HSV(B) 340.55º 0.78% 0.73% -
XYZ 23.12 12.94 10.73 -
YUV 90.71 127.04 196.68 -
System Red Green Blue C M Y K H S L
Decimal 187 42 89 0 0.78 0.52 0.27 340.55 0.63 0.45
Hex BB 2A 59 0 4E 34 1B 155 3F 2D
Octal 273 52 131 0 116 64 33 525 77 55
Binary 10111011 101010 1011001 0 1001110 110100 11011 101010101 111111 101101

Color Harmonies of #BB2A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2A59

Black with #BB2A59

Text Example


Text Example

White with #BB2A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2A59; }

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

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

background-color css

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

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

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

border-color css

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

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

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