Html Css Color HEX #BB295A Old Rose

📋 copy color: '#BB295A'

red 187 ◦ green 41 ◦ blue 90

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

Shades of Old Rose #BB295A

Tints of Old Rose #BB295A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.3%

R = 58.81%
G = 12.89%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BB295A (or 0xBB295A) is known color: Old Rose. HEX triplet: BB, 29 and 5A. RGB value is (187,41,90). Sum of RGB (Red+Green+Blue) = 187+41+90=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB295A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB295A is #44D6A5. Grayscale: #5A5A5A. Windows color (decimal): -4511398 or 5908923. OLE color: 5908923.

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

Color convert

RGB 187 41 90 -
CMYK 0 0.78 0.52 0.27
HSL 339.86º 0.64% 0.45% -
HSV(B) 339.86º 0.78% 0.73% -
XYZ 23.13 12.89 10.94 -
YUV 90.24 127.87 197.02 -
System Red Green Blue C M Y K H S L
Decimal 187 41 90 0 0.78 0.52 0.27 339.86 0.64 0.45
Hex BB 29 5A 0 4E 34 1B 154 40 2D
Octal 273 51 132 0 116 64 33 524 100 55
Binary 10111011 101001 1011010 0 1001110 110100 11011 101010100 1000000 101101

Color Harmonies of #BB295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB295A

Black with #BB295A

Text Example


Text Example

White with #BB295A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB295A; }

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

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

background-color css

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

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

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

border-color css

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

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

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