Html Css Color HEX #BB2B60 Old Rose

📋 copy color: '#BB2B60'

red 187 ◦ green 43 ◦ blue 96

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

Shades of Old Rose #BB2B60

Tints of Old Rose #BB2B60

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.19%

 BLUE value IS 96 (37.89% from 255) = 29.45%

R = 57.36%
G = 13.19%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BB2B60 (or 0xBB2B60) is known color: Old Rose. HEX triplet: BB, 2B and 60. RGB value is (187,43,96). Sum of RGB (Red+Green+Blue) = 187+43+96=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 43 (17.19% from 255 or 13.19% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2B60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2B60 is #44D49F. Grayscale: #5C5C5C. Windows color (decimal): -4510880 or 6302651. OLE color: 6302651.

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

Color convert

RGB 187 43 96 -
CMYK 0 0.77 0.49 0.27
HSL 337.92º 0.63% 0.45% -
HSV(B) 337.92º 0.77% 0.73% -
XYZ 23.47 13.14 12.37 -
YUV 92.1 130.21 195.69 -
System Red Green Blue C M Y K H S L
Decimal 187 43 96 0 0.77 0.49 0.27 337.92 0.63 0.45
Hex BB 2B 60 0 4D 31 1B 152 3F 2D
Octal 273 53 140 0 115 61 33 522 77 55
Binary 10111011 101011 1100000 0 1001101 110001 11011 101010010 111111 101101

Color Harmonies of #BB2B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2B60

Black with #BB2B60

Text Example


Text Example

White with #BB2B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2B60; }

 p { color: rgb(187,43,96); }

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

background-color css

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

 a { background-color: rgb(187,43,96); }

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

border-color css

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

 span { border-color: rgb(187,43,96); }

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