Html Css Color HEX #BB295B Old Rose

📋 copy color: '#BB295B'

red 187 ◦ green 41 ◦ blue 91

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

Shades of Old Rose #BB295B

Tints of Old Rose #BB295B

RGB

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

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

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

R = 58.62%
G = 12.85%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BB295B (or 0xBB295B) is known color: Old Rose. HEX triplet: BB, 29 and 5B. RGB value is (187,41,91). Sum of RGB (Red+Green+Blue) = 187+41+91=319 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.62% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 187 - color contains mainly: red. Hex color #BB295B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB295B is #44D6A4. Grayscale: #5A5A5A. Windows color (decimal): -4511397 or 5974459. OLE color: 5974459.

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

Color convert

RGB 187 41 91 -
CMYK 0 0.78 0.51 0.27
HSL 339.45º 0.64% 0.45% -
HSV(B) 339.45º 0.78% 0.73% -
XYZ 23.17 12.91 11.17 -
YUV 90.35 128.37 196.93 -
System Red Green Blue C M Y K H S L
Decimal 187 41 91 0 0.78 0.51 0.27 339.45 0.64 0.45
Hex BB 29 5B 0 4E 33 1B 153 40 2D
Octal 273 51 133 0 116 63 33 523 100 55
Binary 10111011 101001 1011011 0 1001110 110011 11011 101010011 1000000 101101

Color Harmonies of #BB295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB295B

Black with #BB295B

Text Example


Text Example

White with #BB295B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB295B; }

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

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

background-color css

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

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

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

border-color css

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

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

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