Html Css Color HEX #BB2B61 Old Rose

📋 copy color: '#BB2B61'

red 187 ◦ green 43 ◦ blue 97

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

Shades of Old Rose #BB2B61

Tints of Old Rose #BB2B61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.66%

R = 57.19%
G = 13.15%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BB2B61 (or 0xBB2B61) is known color: Old Rose. HEX triplet: BB, 2B and 61. RGB value is (187,43,97). Sum of RGB (Red+Green+Blue) = 187+43+97=327 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.19% from 327); Green value is 43 (17.19% from 255 or 13.15% from 327); Blue value is 97 (38.28% from 255 or 29.66% from 327); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2B61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2B61 is #44D49E. Grayscale: #5C5C5C. Windows color (decimal): -4510879 or 6368187. OLE color: 6368187.

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

Color convert

RGB 187 43 97 -
CMYK 0 0.77 0.48 0.27
HSL 337.5º 0.63% 0.45% -
HSV(B) 337.5º 0.77% 0.73% -
XYZ 23.52 13.16 12.61 -
YUV 92.21 130.71 195.61 -
System Red Green Blue C M Y K H S L
Decimal 187 43 97 0 0.77 0.48 0.27 337.5 0.63 0.45
Hex BB 2B 61 0 4D 30 1B 152 3F 2D
Octal 273 53 141 0 115 60 33 522 77 55
Binary 10111011 101011 1100001 0 1001101 110000 11011 101010010 111111 101101

Color Harmonies of #BB2B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2B61

Black with #BB2B61

Text Example


Text Example

White with #BB2B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2B61; }

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

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

background-color css

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

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

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

border-color css

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

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

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