Html Css Color HEX #BB2B54 Old Rose

📋 copy color: '#BB2B54'

red 187 ◦ green 43 ◦ blue 84

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

Shades of Old Rose #BB2B54

Tints of Old Rose #BB2B54

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.69%

 BLUE value IS 84 (33.2% from 255) = 26.75%

R = 59.55%
G = 13.69%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BB2B54 (or 0xBB2B54) is known color: Old Rose. HEX triplet: BB, 2B and 54. RGB value is (187,43,84). Sum of RGB (Red+Green+Blue) = 187+43+84=314 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.55% from 314); Green value is 43 (17.19% from 255 or 13.69% from 314); Blue value is 84 (33.20% from 255 or 26.75% from 314); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2B54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2B54 is #44D4AB. Grayscale: #5A5A5A. Windows color (decimal): -4510892 or 5516219. OLE color: 5516219.

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

Color convert

RGB 187 43 84 -
CMYK 0 0.77 0.55 0.27
HSL 342.92º 0.63% 0.45% -
HSV(B) 342.92º 0.77% 0.73% -
XYZ 22.96 12.93 9.67 -
YUV 90.73 124.21 196.67 -
System Red Green Blue C M Y K H S L
Decimal 187 43 84 0 0.77 0.55 0.27 342.92 0.63 0.45
Hex BB 2B 54 0 4D 37 1B 157 3F 2D
Octal 273 53 124 0 115 67 33 527 77 55
Binary 10111011 101011 1010100 0 1001101 110111 11011 101010111 111111 101101

Color Harmonies of #BB2B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2B54

Black with #BB2B54

Text Example


Text Example

White with #BB2B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2B54; }

 p { color: rgb(187,43,84); }

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

background-color css

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

 a { background-color: rgb(187,43,84); }

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

border-color css

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

 span { border-color: rgb(187,43,84); }

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