Html Css Color HEX #BB325E Old Rose

📋 copy color: '#BB325E'

red 187 ◦ green 50 ◦ blue 94

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

Shades of Old Rose #BB325E

Tints of Old Rose #BB325E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.4%

R = 56.5%
G = 15.11%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB325E (or 0xBB325E) is known color: Old Rose. HEX triplet: BB, 32 and 5E. RGB value is (187,50,94). Sum of RGB (Red+Green+Blue) = 187+50+94=331 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.50% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 187 - color contains mainly: red. Hex color #BB325E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB325E is #44CDA1. Grayscale: #5F5F5F. Windows color (decimal): -4509090 or 6173371. OLE color: 6173371.

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

Color convert

RGB 187 50 94 -
CMYK 0 0.73 0.50 0.27
HSL 340.73º 0.58% 0.46% -
HSV(B) 340.73º 0.73% 0.73% -
XYZ 23.65 13.65 11.98 -
YUV 95.98 126.89 192.92 -
System Red Green Blue C M Y K H S L
Decimal 187 50 94 0 0.73 0.50 0.27 340.73 0.58 0.46
Hex BB 32 5E 0 49 32 1B 155 3A 2E
Octal 273 62 136 0 111 62 33 525 72 56
Binary 10111011 110010 1011110 0 1001001 110010 11011 101010101 111010 101110

Color Harmonies of #BB325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB325E

Black with #BB325E

Text Example


Text Example

White with #BB325E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB325E; }

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

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

background-color css

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

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

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

border-color css

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

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

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