Html Css Color HEX #BB3153 Old Rose

📋 copy color: '#BB3153'

red 187 ◦ green 49 ◦ blue 83

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

Shades of Old Rose #BB3153

Tints of Old Rose #BB3153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.02%

R = 58.62%
G = 15.36%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BB3153 (or 0xBB3153) is known color: Old Rose. HEX triplet: BB, 31 and 53. RGB value is (187,49,83). Sum of RGB (Red+Green+Blue) = 187+49+83=319 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.62% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 83 (32.81% from 255 or 26.02% from 319); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3153 is #44CEAC. Grayscale: #5E5E5E. Windows color (decimal): -4509357 or 5452219. OLE color: 5452219.

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

Color convert

RGB 187 49 83 -
CMYK 0 0.74 0.56 0.27
HSL 345.22º 0.58% 0.46% -
HSV(B) 345.22º 0.74% 0.73% -
XYZ 23.15 13.39 9.55 -
YUV 94.14 121.72 194.24 -
System Red Green Blue C M Y K H S L
Decimal 187 49 83 0 0.74 0.56 0.27 345.22 0.58 0.46
Hex BB 31 53 0 4A 38 1B 159 3A 2E
Octal 273 61 123 0 112 70 33 531 72 56
Binary 10111011 110001 1010011 0 1001010 111000 11011 101011001 111010 101110

Color Harmonies of #BB3153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3153

Black with #BB3153

Text Example


Text Example

White with #BB3153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3153; }

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

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

background-color css

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

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

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

border-color css

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

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

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