Html Css Color HEX #BB2B5B Old Rose

📋 copy color: '#BB2B5B'

red 187 ◦ green 43 ◦ blue 91

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

Shades of Old Rose #BB2B5B

Tints of Old Rose #BB2B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.35%

R = 58.26%
G = 13.4%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BB2B5B (or 0xBB2B5B) is known color: Old Rose. HEX triplet: BB, 2B and 5B. RGB value is (187,43,91). Sum of RGB (Red+Green+Blue) = 187+43+91=321 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.26% from 321); Green value is 43 (17.19% from 255 or 13.40% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2B5B is #44D4A4. Grayscale: #5B5B5B. Windows color (decimal): -4510885 or 5974971. OLE color: 5974971.

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

Color convert

RGB 187 43 91 -
CMYK 0 0.77 0.51 0.27
HSL 340º 0.63% 0.45% -
HSV(B) 340º 0.77% 0.73% -
XYZ 23.25 13.05 11.19 -
YUV 91.53 127.71 196.1 -
System Red Green Blue C M Y K H S L
Decimal 187 43 91 0 0.77 0.51 0.27 340 0.63 0.45
Hex BB 2B 5B 0 4D 33 1B 154 3F 2D
Octal 273 53 133 0 115 63 33 524 77 55
Binary 10111011 101011 1011011 0 1001101 110011 11011 101010100 111111 101101

Color Harmonies of #BB2B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2B5B

Black with #BB2B5B

Text Example


Text Example

White with #BB2B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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