Html Css Color HEX #BB324E Old Rose

📋 copy color: '#BB324E'

red 187 ◦ green 50 ◦ blue 78

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

Shades of Old Rose #BB324E

Tints of Old Rose #BB324E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.87%

 BLUE value IS 78 (30.86% from 255) = 24.76%

R = 59.37%
G = 15.87%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BB324E (or 0xBB324E) is known color: Old Rose. HEX triplet: BB, 32 and 4E. RGB value is (187,50,78). Sum of RGB (Red+Green+Blue) = 187+50+78=315 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.37% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 187 - color contains mainly: red. Hex color #BB324E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB324E is #44CDB1. Grayscale: #5E5E5E. Windows color (decimal): -4509106 or 5124795. OLE color: 5124795.

HSL color Cylindrical-coordinate representation of color #BB324E: hue angle of 347.74º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB324E is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 50 78 -
CMYK 0 0.73 0.58 0.27
HSL 347.74º 0.58% 0.46% -
HSV(B) 347.74º 0.73% 0.73% -
XYZ 23.01 13.4 8.58 -
YUV 94.16 118.89 194.22 -
System Red Green Blue C M Y K H S L
Decimal 187 50 78 0 0.73 0.58 0.27 347.74 0.58 0.46
Hex BB 32 4E 0 49 3A 1B 15C 3A 2E
Octal 273 62 116 0 111 72 33 534 72 56
Binary 10111011 110010 1001110 0 1001001 111010 11011 101011100 111010 101110

Color Harmonies of #BB324E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB324E

Black with #BB324E

Text Example


Text Example

White with #BB324E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB324E; }

 p { color: rgb(187,50,78); }

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

background-color css

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

 a { background-color: rgb(187,50,78); }

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

border-color css

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

 span { border-color: rgb(187,50,78); }

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