Html Css Color HEX #BB324F Old Rose

📋 copy color: '#BB324F'

red 187 ◦ green 50 ◦ blue 79

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

Shades of Old Rose #BB324F

Tints of Old Rose #BB324F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25%

R = 59.18%
G = 15.82%
B = 25%

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

#BB324F (or 0xBB324F) is known color: Old Rose. HEX triplet: BB, 32 and 4F. RGB value is (187,50,79). Sum of RGB (Red+Green+Blue) = 187+50+79=316 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.18% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 187 - color contains mainly: red. Hex color #BB324F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB324F is #44CDB0. Grayscale: #5E5E5E. Windows color (decimal): -4509105 or 5190331. OLE color: 5190331.

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

Color convert

RGB 187 50 79 -
CMYK 0 0.73 0.58 0.27
HSL 347.3º 0.58% 0.46% -
HSV(B) 347.3º 0.73% 0.73% -
XYZ 23.05 13.41 8.77 -
YUV 94.27 119.39 194.14 -
System Red Green Blue C M Y K H S L
Decimal 187 50 79 0 0.73 0.58 0.27 347.3 0.58 0.46
Hex BB 32 4F 0 49 3A 1B 15B 3A 2E
Octal 273 62 117 0 111 72 33 533 72 56
Binary 10111011 110010 1001111 0 1001001 111010 11011 101011011 111010 101110

Color Harmonies of #BB324F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB324F

Black with #BB324F

Text Example


Text Example

White with #BB324F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB324F; }

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

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

background-color css

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

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

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

border-color css

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

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

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