Html Css Color HEX #BB2454 Old Rose

📋 copy color: '#BB2454'

red 187 ◦ green 36 ◦ blue 84

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

Shades of Old Rose #BB2454

Tints of Old Rose #BB2454

RGB

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

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

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

R = 60.91%
G = 11.73%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BB2454 (or 0xBB2454) is known color: Old Rose. HEX triplet: BB, 24 and 54. RGB value is (187,36,84). Sum of RGB (Red+Green+Blue) = 187+36+84=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 84 (33.20% from 255 or 27.36% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2454 is #44DBAB. Grayscale: #565656. Windows color (decimal): -4512684 or 5514427. OLE color: 5514427.

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

Color convert

RGB 187 36 84 -
CMYK 0 0.81 0.55 0.27
HSL 340.93º 0.68% 0.44% -
HSV(B) 340.93º 0.81% 0.73% -
XYZ 22.72 12.47 9.6 -
YUV 86.62 126.53 199.6 -
System Red Green Blue C M Y K H S L
Decimal 187 36 84 0 0.81 0.55 0.27 340.93 0.68 0.44
Hex BB 24 54 0 51 37 1B 155 44 2C
Octal 273 44 124 0 121 67 33 525 104 54
Binary 10111011 100100 1010100 0 1010001 110111 11011 101010101 1000100 101100

Color Harmonies of #BB2454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2454

Black with #BB2454

Text Example


Text Example

White with #BB2454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2454; }

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

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

background-color css

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

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

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

border-color css

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

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

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