Html Css Color HEX #BB2858 Old Rose

📋 copy color: '#BB2858'

red 187 ◦ green 40 ◦ blue 88

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

Shades of Old Rose #BB2858

Tints of Old Rose #BB2858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.94%

R = 59.37%
G = 12.7%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BB2858 (or 0xBB2858) is known color: Old Rose. HEX triplet: BB, 28 and 58. RGB value is (187,40,88). Sum of RGB (Red+Green+Blue) = 187+40+88=315 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.37% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 88 (34.77% from 255 or 27.94% from 315); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2858 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2858 is #44D7A7. Grayscale: #595959. Windows color (decimal): -4511656 or 5777595. OLE color: 5777595.

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

Color convert

RGB 187 40 88 -
CMYK 0 0.79 0.53 0.27
HSL 340.41º 0.65% 0.45% -
HSV(B) 340.41º 0.79% 0.73% -
XYZ 23.01 12.79 10.49 -
YUV 89.43 127.2 197.6 -
System Red Green Blue C M Y K H S L
Decimal 187 40 88 0 0.79 0.53 0.27 340.41 0.65 0.45
Hex BB 28 58 0 4F 35 1B 154 41 2D
Octal 273 50 130 0 117 65 33 524 101 55
Binary 10111011 101000 1011000 0 1001111 110101 11011 101010100 1000001 101101

Color Harmonies of #BB2858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2858

Black with #BB2858

Text Example


Text Example

White with #BB2858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2858; }

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

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

background-color css

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

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

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

border-color css

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

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

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