Html Css Color HEX #BB2451 Old Rose

📋 copy color: '#BB2451'

red 187 ◦ green 36 ◦ blue 81

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

Shades of Old Rose #BB2451

Tints of Old Rose #BB2451

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.84%

 BLUE value IS 81 (32.03% from 255) = 26.64%

R = 61.51%
G = 11.84%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BB2451 (or 0xBB2451) is known color: Old Rose. HEX triplet: BB, 24 and 51. RGB value is (187,36,81). Sum of RGB (Red+Green+Blue) = 187+36+81=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 81 (32.03% from 255 or 26.64% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2451 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2451 is #44DBAE. Grayscale: #565656. Windows color (decimal): -4512687 or 5317819. OLE color: 5317819.

HSL color Cylindrical-coordinate representation of color #BB2451: hue angle of 342.12º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB2451 is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 36 81 -
CMYK 0 0.81 0.57 0.27
HSL 342.12º 0.68% 0.44% -
HSV(B) 342.12º 0.81% 0.73% -
XYZ 22.61 12.42 8.99 -
YUV 86.28 125.03 199.84 -
System Red Green Blue C M Y K H S L
Decimal 187 36 81 0 0.81 0.57 0.27 342.12 0.68 0.44
Hex BB 24 51 0 51 39 1B 156 44 2C
Octal 273 44 121 0 121 71 33 526 104 54
Binary 10111011 100100 1010001 0 1010001 111001 11011 101010110 1000100 101100

Color Harmonies of #BB2451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2451

Black with #BB2451

Text Example


Text Example

White with #BB2451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2451; }

 p { color: rgb(187,36,81); }

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

background-color css

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

 a { background-color: rgb(187,36,81); }

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

border-color css

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

 span { border-color: rgb(187,36,81); }

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