Html Css Color HEX #BB2552 Old Rose

📋 copy color: '#BB2552'

red 187 ◦ green 37 ◦ blue 82

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

Shades of Old Rose #BB2552

Tints of Old Rose #BB2552

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.09%

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

R = 61.11%
G = 12.09%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BB2552 (or 0xBB2552) is known color: Old Rose. HEX triplet: BB, 25 and 52. RGB value is (187,37,82). Sum of RGB (Red+Green+Blue) = 187+37+82=306 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.11% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 82 (32.42% from 255 or 26.80% from 306); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2552 is #44DAAD. Grayscale: #565656. Windows color (decimal): -4512430 or 5383611. OLE color: 5383611.

HSL color Cylindrical-coordinate representation of color #BB2552: hue angle of 342º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB2552 is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 37 82 -
CMYK 0 0.80 0.56 0.27
HSL 342º 0.67% 0.44% -
HSV(B) 342º 0.8% 0.73% -
XYZ 22.68 12.5 9.2 -
YUV 86.98 125.2 199.34 -
System Red Green Blue C M Y K H S L
Decimal 187 37 82 0 0.80 0.56 0.27 342 0.67 0.44
Hex BB 25 52 0 50 38 1B 156 43 2C
Octal 273 45 122 0 120 70 33 526 103 54
Binary 10111011 100101 1010010 0 1010000 111000 11011 101010110 1000011 101100

Color Harmonies of #BB2552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2552

Black with #BB2552

Text Example


Text Example

White with #BB2552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2552; }

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

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

background-color css

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

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

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

border-color css

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

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

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