Html Css Color HEX #BB2548 Old Rose

📋 copy color: '#BB2548'

red 187 ◦ green 37 ◦ blue 72

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

Shades of Old Rose #BB2548

Tints of Old Rose #BB2548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.32%

R = 63.18%
G = 12.5%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BB2548 (or 0xBB2548) is known color: Old Rose. HEX triplet: BB, 25 and 48. RGB value is (187,37,72). Sum of RGB (Red+Green+Blue) = 187+37+72=296 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.18% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2548 is #44DAB7. Grayscale: #555555. Windows color (decimal): -4512440 or 4728251. OLE color: 4728251.

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

Color convert

RGB 187 37 72 -
CMYK 0 0.80 0.61 0.27
HSL 346º 0.67% 0.44% -
HSV(B) 346º 0.8% 0.73% -
XYZ 22.32 12.36 7.34 -
YUV 85.84 120.2 200.15 -
System Red Green Blue C M Y K H S L
Decimal 187 37 72 0 0.80 0.61 0.27 346 0.67 0.44
Hex BB 25 48 0 50 3D 1B 15A 43 2C
Octal 273 45 110 0 120 75 33 532 103 54
Binary 10111011 100101 1001000 0 1010000 111101 11011 101011010 1000011 101100

Color Harmonies of #BB2548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2548

Black with #BB2548

Text Example


Text Example

White with #BB2548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2548; }

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

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

background-color css

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

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

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

border-color css

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

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

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