#BB3B5A

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

Shades of Old Rose #BB3B5A

Tints of Old Rose #BB3B5A

Color information

#BB3B5A (or 0xBB3B5A) is unknown color: approx Old Rose. HEX triplet: BB, 3B and 5A. RGB value is (187,59,90). Sum of RGB (Red+Green+Blue) = 187+59+90=336 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.65% from 336); Green value is 59 (23.44% from 255 or 17.56% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3B5A is #44C4A5. Grayscale: #646464. Windows color (decimal): -4506790 or 5913531. OLE color: 5913531.

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

Color convert

RGB1875990-
CMYK00.680.520.27
HSL345.47º52.03%48.24%-
HSV(B)345.47º68.45%73.33%-
XYZ23.914.4311.2-
YUV100.81121.91189.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.65%
GREEN value IS 59 (23.44% from 255) = 17.56%
BLUE value IS 90 (35.55% from 255) = 26.79%
R=55.65%
G=17.56%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187599000.680.520.27345.4752.0348.24
HexBB3B5A044341B1593430
Octal27373132010464335316460
Binary1011101111101110110100100010011010011011101011001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3B5A; }

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

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

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

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

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

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

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

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