Html Css Color HEX #BB2A4E Old Rose

📋 copy color: '#BB2A4E'

red 187 ◦ green 42 ◦ blue 78

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

Shades of Old Rose #BB2A4E

Tints of Old Rose #BB2A4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.41%

R = 60.91%
G = 13.68%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BB2A4E (or 0xBB2A4E) is known color: Old Rose. HEX triplet: BB, 2A and 4E. RGB value is (187,42,78). Sum of RGB (Red+Green+Blue) = 187+42+78=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 42 (16.80% from 255 or 13.68% from 307); Blue value is 78 (30.86% from 255 or 25.41% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2A4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2A4E is #44D5B1. Grayscale: #595959. Windows color (decimal): -4511154 or 5122747. OLE color: 5122747.

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

Color convert

RGB 187 42 78 -
CMYK 0 0.78 0.58 0.27
HSL 345.1º 0.63% 0.45% -
HSV(B) 345.1º 0.78% 0.73% -
XYZ 22.7 12.77 8.48 -
YUV 89.46 121.54 197.57 -
System Red Green Blue C M Y K H S L
Decimal 187 42 78 0 0.78 0.58 0.27 345.1 0.63 0.45
Hex BB 2A 4E 0 4E 3A 1B 159 3F 2D
Octal 273 52 116 0 116 72 33 531 77 55
Binary 10111011 101010 1001110 0 1001110 111010 11011 101011001 111111 101101

Color Harmonies of #BB2A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2A4E

Black with #BB2A4E

Text Example


Text Example

White with #BB2A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2A4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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