Html Css Color HEX #BB2955 Old Rose

📋 copy color: '#BB2955'

red 187 ◦ green 41 ◦ blue 85

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

Shades of Old Rose #BB2955

Tints of Old Rose #BB2955

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.1%

 BLUE value IS 85 (33.59% from 255) = 27.16%

R = 59.74%
G = 13.1%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BB2955 (or 0xBB2955) is known color: Old Rose. HEX triplet: BB, 29 and 55. RGB value is (187,41,85). Sum of RGB (Red+Green+Blue) = 187+41+85=313 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.74% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 85 (33.59% from 255 or 27.16% from 313); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2955 is #44D6AA. Grayscale: #595959. Windows color (decimal): -4511403 or 5581243. OLE color: 5581243.

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

Color convert

RGB 187 41 85 -
CMYK 0 0.78 0.55 0.27
HSL 341.92º 0.64% 0.45% -
HSV(B) 341.92º 0.78% 0.73% -
XYZ 22.93 12.81 9.86 -
YUV 89.67 125.37 197.42 -
System Red Green Blue C M Y K H S L
Decimal 187 41 85 0 0.78 0.55 0.27 341.92 0.64 0.45
Hex BB 29 55 0 4E 37 1B 156 40 2D
Octal 273 51 125 0 116 67 33 526 100 55
Binary 10111011 101001 1010101 0 1001110 110111 11011 101010110 1000000 101101

Color Harmonies of #BB2955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2955

Black with #BB2955

Text Example


Text Example

White with #BB2955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2955; }

 p { color: rgb(187,41,85); }

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

background-color css

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

 a { background-color: rgb(187,41,85); }

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

border-color css

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

 span { border-color: rgb(187,41,85); }

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