Html Css Color HEX #BB3454 Old Rose

📋 copy color: '#BB3454'

red 187 ◦ green 52 ◦ blue 84

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

Shades of Old Rose #BB3454

Tints of Old Rose #BB3454

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.1%

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

R = 57.89%
G = 16.1%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BB3454 (or 0xBB3454) is known color: Old Rose. HEX triplet: BB, 34 and 54. RGB value is (187,52,84). Sum of RGB (Red+Green+Blue) = 187+52+84=323 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.89% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 84 (33.20% from 255 or 26.01% from 323); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3454 is #44CBAB. Grayscale: #606060. Windows color (decimal): -4508588 or 5518523. OLE color: 5518523.

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

Color convert

RGB 187 52 84 -
CMYK 0 0.72 0.55 0.27
HSL 345.78º 0.56% 0.47% -
HSV(B) 345.78º 0.72% 0.73% -
XYZ 23.32 13.66 9.8 -
YUV 96.01 121.23 192.9 -
System Red Green Blue C M Y K H S L
Decimal 187 52 84 0 0.72 0.55 0.27 345.78 0.56 0.47
Hex BB 34 54 0 48 37 1B 15A 38 2F
Octal 273 64 124 0 110 67 33 532 70 57
Binary 10111011 110100 1010100 0 1001000 110111 11011 101011010 111000 101111

Color Harmonies of #BB3454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3454

Black with #BB3454

Text Example


Text Example

White with #BB3454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3454; }

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

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

background-color css

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

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

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

border-color css

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

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

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