Html Css Color HEX #BB2852 Old Rose

📋 copy color: '#BB2852'

red 187 ◦ green 40 ◦ blue 82

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

Shades of Old Rose #BB2852

Tints of Old Rose #BB2852

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.94%

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

R = 60.52%
G = 12.94%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BB2852 (or 0xBB2852) is known color: Old Rose. HEX triplet: BB, 28 and 52. RGB value is (187,40,82). Sum of RGB (Red+Green+Blue) = 187+40+82=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2852 is #44D7AD. Grayscale: #585858. Windows color (decimal): -4511662 or 5384379. OLE color: 5384379.

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

Color convert

RGB 187 40 82 -
CMYK 0 0.79 0.56 0.27
HSL 342.86º 0.65% 0.45% -
HSV(B) 342.86º 0.79% 0.73% -
XYZ 22.78 12.69 9.23 -
YUV 88.74 124.2 198.08 -
System Red Green Blue C M Y K H S L
Decimal 187 40 82 0 0.79 0.56 0.27 342.86 0.65 0.45
Hex BB 28 52 0 4F 38 1B 157 41 2D
Octal 273 50 122 0 117 70 33 527 101 55
Binary 10111011 101000 1010010 0 1001111 111000 11011 101010111 1000001 101101

Color Harmonies of #BB2852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2852

Black with #BB2852

Text Example


Text Example

White with #BB2852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2852; }

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

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

background-color css

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

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

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

border-color css

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

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

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