Html Css Color HEX #BB295E Old Rose

📋 copy color: '#BB295E'

red 187 ◦ green 41 ◦ blue 94

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

Shades of Old Rose #BB295E

Tints of Old Rose #BB295E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.19%

R = 58.07%
G = 12.73%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB295E (or 0xBB295E) is known color: Old Rose. HEX triplet: BB, 29 and 5E. RGB value is (187,41,94). Sum of RGB (Red+Green+Blue) = 187+41+94=322 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.07% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 187 - color contains mainly: red. Hex color #BB295E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB295E is #44D6A1. Grayscale: #5A5A5A. Windows color (decimal): -4511394 or 6171067. OLE color: 6171067.

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

Color convert

RGB 187 41 94 -
CMYK 0 0.78 0.50 0.27
HSL 338.22º 0.64% 0.45% -
HSV(B) 338.22º 0.78% 0.73% -
XYZ 23.31 12.96 11.86 -
YUV 90.7 129.87 196.69 -
System Red Green Blue C M Y K H S L
Decimal 187 41 94 0 0.78 0.50 0.27 338.22 0.64 0.45
Hex BB 29 5E 0 4E 32 1B 152 40 2D
Octal 273 51 136 0 116 62 33 522 100 55
Binary 10111011 101001 1011110 0 1001110 110010 11011 101010010 1000000 101101

Color Harmonies of #BB295E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB295E

Black with #BB295E

Text Example


Text Example

White with #BB295E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB295E; }

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

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

background-color css

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

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

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

border-color css

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

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

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