Html Css Color HEX #BB3152 Old Rose

📋 copy color: '#BB3152'

red 187 ◦ green 49 ◦ blue 82

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

Shades of Old Rose #BB3152

Tints of Old Rose #BB3152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 25.79%

R = 58.81%
G = 15.41%
B = 25.79%

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

#BB3152 (or 0xBB3152) is known color: Old Rose. HEX triplet: BB, 31 and 52. RGB value is (187,49,82). Sum of RGB (Red+Green+Blue) = 187+49+82=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3152 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3152 is #44CEAD. Grayscale: #5E5E5E. Windows color (decimal): -4509358 or 5386683. OLE color: 5386683.

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

Color convert

RGB 187 49 82 -
CMYK 0 0.74 0.56 0.27
HSL 345.65º 0.58% 0.46% -
HSV(B) 345.65º 0.74% 0.73% -
XYZ 23.11 13.37 9.35 -
YUV 94.02 121.22 194.32 -
System Red Green Blue C M Y K H S L
Decimal 187 49 82 0 0.74 0.56 0.27 345.65 0.58 0.46
Hex BB 31 52 0 4A 38 1B 15A 3A 2E
Octal 273 61 122 0 112 70 33 532 72 56
Binary 10111011 110001 1010010 0 1001010 111000 11011 101011010 111010 101110

Color Harmonies of #BB3152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3152

Black with #BB3152

Text Example


Text Example

White with #BB3152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3152; }

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

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

background-color css

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

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

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

border-color css

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

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

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