Html Css Color HEX #BB3254 Old Rose

📋 copy color: '#BB3254'

red 187 ◦ green 50 ◦ blue 84

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

Shades of Old Rose #BB3254

Tints of Old Rose #BB3254

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.58%

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

R = 58.26%
G = 15.58%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BB3254 (or 0xBB3254) is known color: Old Rose. HEX triplet: BB, 32 and 54. RGB value is (187,50,84). Sum of RGB (Red+Green+Blue) = 187+50+84=321 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.26% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 84 (33.20% from 255 or 26.17% from 321); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3254 is #44CDAB. Grayscale: #5E5E5E. Windows color (decimal): -4509100 or 5518011. OLE color: 5518011.

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

Color convert

RGB 187 50 84 -
CMYK 0 0.73 0.55 0.27
HSL 345.11º 0.58% 0.46% -
HSV(B) 345.11º 0.73% 0.73% -
XYZ 23.23 13.49 9.77 -
YUV 94.84 121.89 193.74 -
System Red Green Blue C M Y K H S L
Decimal 187 50 84 0 0.73 0.55 0.27 345.11 0.58 0.46
Hex BB 32 54 0 49 37 1B 159 3A 2E
Octal 273 62 124 0 111 67 33 531 72 56
Binary 10111011 110010 1010100 0 1001001 110111 11011 101011001 111010 101110

Color Harmonies of #BB3254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3254

Black with #BB3254

Text Example


Text Example

White with #BB3254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3254; }

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

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

background-color css

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

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

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

border-color css

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

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

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