Html Css Color HEX #BB2560 Old Rose

📋 copy color: '#BB2560'

red 187 ◦ green 37 ◦ blue 96

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

Shades of Old Rose #BB2560

Tints of Old Rose #BB2560

RGB

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

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

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

R = 58.44%
G = 11.56%
B = 30%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BB2560 (or 0xBB2560) is known color: Old Rose. HEX triplet: BB, 25 and 60. RGB value is (187,37,96). Sum of RGB (Red+Green+Blue) = 187+37+96=320 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.44% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2560 is #44DA9F. Grayscale: #585858. Windows color (decimal): -4512416 or 6301115. OLE color: 6301115.

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

Color convert

RGB 187 37 96 -
CMYK 0 0.80 0.49 0.27
HSL 336.4º 0.67% 0.44% -
HSV(B) 336.4º 0.8% 0.73% -
XYZ 23.27 12.73 12.3 -
YUV 88.58 132.2 198.2 -
System Red Green Blue C M Y K H S L
Decimal 187 37 96 0 0.80 0.49 0.27 336.4 0.67 0.44
Hex BB 25 60 0 50 31 1B 150 43 2C
Octal 273 45 140 0 120 61 33 520 103 54
Binary 10111011 100101 1100000 0 1010000 110001 11011 101010000 1000011 101100

Color Harmonies of #BB2560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2560

Black with #BB2560

Text Example


Text Example

White with #BB2560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2560; }

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

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

background-color css

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

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

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

border-color css

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

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

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