Html Css Color HEX #BB2060 Old Rose

📋 copy color: '#BB2060'

red 187 ◦ green 32 ◦ blue 96

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

Shades of Old Rose #BB2060

Tints of Old Rose #BB2060

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.16%

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

R = 59.37%
G = 10.16%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BB2060 (or 0xBB2060) is known color: Old Rose. HEX triplet: BB, 20 and 60. RGB value is (187,32,96). Sum of RGB (Red+Green+Blue) = 187+32+96=315 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.37% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2060 is #44DF9F. Grayscale: #555555. Windows color (decimal): -4513696 or 6299835. OLE color: 6299835.

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

Color convert

RGB 187 32 96 -
CMYK 0 0.83 0.49 0.27
HSL 335.23º 0.71% 0.43% -
HSV(B) 335.23º 0.83% 0.73% -
XYZ 23.12 12.44 12.25 -
YUV 85.64 133.85 200.3 -
System Red Green Blue C M Y K H S L
Decimal 187 32 96 0 0.83 0.49 0.27 335.23 0.71 0.43
Hex BB 20 60 0 53 31 1B 14F 47 2B
Octal 273 40 140 0 123 61 33 517 107 53
Binary 10111011 100000 1100000 0 1010011 110001 11011 101001111 1000111 101011

Color Harmonies of #BB2060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2060

Black with #BB2060

Text Example


Text Example

White with #BB2060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2060; }

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

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

background-color css

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

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

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

border-color css

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

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

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