Html Css Color HEX #BB3154 Old Rose

📋 copy color: '#BB3154'

red 187 ◦ green 49 ◦ blue 84

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

Shades of Old Rose #BB3154

Tints of Old Rose #BB3154

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.31%

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

R = 58.44%
G = 15.31%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BB3154 (or 0xBB3154) is known color: Old Rose. HEX triplet: BB, 31 and 54. RGB value is (187,49,84). Sum of RGB (Red+Green+Blue) = 187+49+84=320 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.44% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3154 is #44CEAB. Grayscale: #5E5E5E. Windows color (decimal): -4509356 or 5517755. OLE color: 5517755.

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

Color convert

RGB 187 49 84 -
CMYK 0 0.74 0.55 0.27
HSL 344.78º 0.58% 0.46% -
HSV(B) 344.78º 0.74% 0.73% -
XYZ 23.19 13.4 9.75 -
YUV 94.25 122.22 194.15 -
System Red Green Blue C M Y K H S L
Decimal 187 49 84 0 0.74 0.55 0.27 344.78 0.58 0.46
Hex BB 31 54 0 4A 37 1B 159 3A 2E
Octal 273 61 124 0 112 67 33 531 72 56
Binary 10111011 110001 1010100 0 1001010 110111 11011 101011001 111010 101110

Color Harmonies of #BB3154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3154

Black with #BB3154

Text Example


Text Example

White with #BB3154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3154; }

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

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

background-color css

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

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

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

border-color css

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

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

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