Html Css Color HEX #BB295D Old Rose

📋 copy color: '#BB295D'

red 187 ◦ green 41 ◦ blue 93

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

Shades of Old Rose #BB295D

Tints of Old Rose #BB295D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.97%

R = 58.26%
G = 12.77%
B = 28.97%

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

#BB295D (or 0xBB295D) is known color: Old Rose. HEX triplet: BB, 29 and 5D. RGB value is (187,41,93). Sum of RGB (Red+Green+Blue) = 187+41+93=321 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.26% from 321); Green value is 41 (16.41% from 255 or 12.77% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 187 - color contains mainly: red. Hex color #BB295D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB295D is #44D6A2. Grayscale: #5A5A5A. Windows color (decimal): -4511395 or 6105531. OLE color: 6105531.

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

Color convert

RGB 187 41 93 -
CMYK 0 0.78 0.50 0.27
HSL 338.63º 0.64% 0.45% -
HSV(B) 338.63º 0.78% 0.73% -
XYZ 23.26 12.94 11.63 -
YUV 90.58 129.37 196.77 -
System Red Green Blue C M Y K H S L
Decimal 187 41 93 0 0.78 0.50 0.27 338.63 0.64 0.45
Hex BB 29 5D 0 4E 32 1B 153 40 2D
Octal 273 51 135 0 116 62 33 523 100 55
Binary 10111011 101001 1011101 0 1001110 110010 11011 101010011 1000000 101101

Color Harmonies of #BB295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB295D

Black with #BB295D

Text Example


Text Example

White with #BB295D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB295D; }

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

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

background-color css

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

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

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

border-color css

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

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

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