Html Css Color HEX #BB324A Old Rose

📋 copy color: '#BB324A'

red 187 ◦ green 50 ◦ blue 74

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

Shades of Old Rose #BB324A

Tints of Old Rose #BB324A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.79%

R = 60.13%
G = 16.08%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BB324A (or 0xBB324A) is known color: Old Rose. HEX triplet: BB, 32 and 4A. RGB value is (187,50,74). Sum of RGB (Red+Green+Blue) = 187+50+74=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB324A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB324A is #44CDB5. Grayscale: #5D5D5D. Windows color (decimal): -4509110 or 4862651. OLE color: 4862651.

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

Color convert

RGB 187 50 74 -
CMYK 0 0.73 0.60 0.27
HSL 349.49º 0.58% 0.46% -
HSV(B) 349.49º 0.73% 0.73% -
XYZ 22.87 13.34 7.85 -
YUV 93.7 116.89 194.55 -
System Red Green Blue C M Y K H S L
Decimal 187 50 74 0 0.73 0.60 0.27 349.49 0.58 0.46
Hex BB 32 4A 0 49 3C 1B 15D 3A 2E
Octal 273 62 112 0 111 74 33 535 72 56
Binary 10111011 110010 1001010 0 1001001 111100 11011 101011101 111010 101110

Color Harmonies of #BB324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB324A

Black with #BB324A

Text Example


Text Example

White with #BB324A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB324A; }

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

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

background-color css

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

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

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

border-color css

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

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

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