#BB325A

Color #BB325A Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #BB325A

Tints of Old Rose #BB325A

Color information

#BB325A (or 0xBB325A) is unknown color: approx Old Rose. HEX triplet: BB, 32 and 5A. RGB value is (187,50,90). Sum of RGB (Red+Green+Blue) = 187+50+90=327 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.19% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 187 - color contains mainly: red. Hex color #BB325A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB325A is #44CDA5. Grayscale: #5F5F5F. Windows color (decimal): -4509094 or 5911227. OLE color: 5911227.

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

Color convert

RGB1875090-
CMYK00.730.520.27
HSL342.48º57.81%46.47%-
HSV(B)342.48º73.26%73.33%-
XYZ23.4813.5811.06-
YUV95.52124.89193.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.19%
GREEN value IS 50 (19.92% from 255) = 15.29%
BLUE value IS 90 (35.55% from 255) = 27.52%
R=57.19%
G=15.29%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187509000.730.520.27342.4857.8146.47
HexBB325A049341B1563a2e
Octal27362132011164335267256
Binary1011101111001010110100100100111010011011101010110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB325A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB325A; }

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

 H1.HeaderClassName
 {
   color: #BB325A;
 }
 .AnyTagClassName
 {
   color: #BB325A;
 }
</style>
background-color css

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

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

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

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

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

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