Html Css Color HEX #BB2B55 Old Rose

📋 copy color: '#BB2B55'

red 187 ◦ green 43 ◦ blue 85

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

Shades of Old Rose #BB2B55

Tints of Old Rose #BB2B55

RGB

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

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

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

R = 59.37%
G = 13.65%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BB2B55 (or 0xBB2B55) is known color: Old Rose. HEX triplet: BB, 2B and 55. RGB value is (187,43,85). Sum of RGB (Red+Green+Blue) = 187+43+85=315 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.37% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2B55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2B55 is #44D4AA. Grayscale: #5A5A5A. Windows color (decimal): -4510891 or 5581755. OLE color: 5581755.

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

Color convert

RGB 187 43 85 -
CMYK 0 0.77 0.55 0.27
HSL 342.5º 0.63% 0.45% -
HSV(B) 342.5º 0.77% 0.73% -
XYZ 23 12.95 9.88 -
YUV 90.84 124.71 196.58 -
System Red Green Blue C M Y K H S L
Decimal 187 43 85 0 0.77 0.55 0.27 342.5 0.63 0.45
Hex BB 2B 55 0 4D 37 1B 156 3F 2D
Octal 273 53 125 0 115 67 33 526 77 55
Binary 10111011 101011 1010101 0 1001101 110111 11011 101010110 111111 101101

Color Harmonies of #BB2B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2B55

Black with #BB2B55

Text Example


Text Example

White with #BB2B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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