Html Css Color HEX #BB2551 Old Rose

📋 copy color: '#BB2551'

red 187 ◦ green 37 ◦ blue 81

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

Shades of Old Rose #BB2551

Tints of Old Rose #BB2551

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.13%

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

R = 61.31%
G = 12.13%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BB2551 (or 0xBB2551) is known color: Old Rose. HEX triplet: BB, 25 and 51. RGB value is (187,37,81). Sum of RGB (Red+Green+Blue) = 187+37+81=305 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.31% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 81 (32.03% from 255 or 26.56% from 305); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2551 is #44DAAE. Grayscale: #565656. Windows color (decimal): -4512431 or 5318075. OLE color: 5318075.

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

Color convert

RGB 187 37 81 -
CMYK 0 0.80 0.57 0.27
HSL 342.4º 0.67% 0.44% -
HSV(B) 342.4º 0.8% 0.73% -
XYZ 22.64 12.48 9 -
YUV 86.87 124.7 199.42 -
System Red Green Blue C M Y K H S L
Decimal 187 37 81 0 0.80 0.57 0.27 342.4 0.67 0.44
Hex BB 25 51 0 50 39 1B 156 43 2C
Octal 273 45 121 0 120 71 33 526 103 54
Binary 10111011 100101 1010001 0 1010000 111001 11011 101010110 1000011 101100

Color Harmonies of #BB2551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2551

Black with #BB2551

Text Example


Text Example

White with #BB2551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2551; }

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

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

background-color css

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

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

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

border-color css

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

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

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