#BB2E5E

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

Shades of Old Rose #BB2E5E

Tints of Old Rose #BB2E5E

Color information

#BB2E5E (or 0xBB2E5E) is unknown color: approx Old Rose. HEX triplet: BB, 2E and 5E. RGB value is (187,46,94). Sum of RGB (Red+Green+Blue) = 187+46+94=327 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.19% from 327); Green value is 46 (18.36% from 255 or 14.07% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2E5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2E5E is #44D1A1. Grayscale: #5D5D5D. Windows color (decimal): -4510114 or 6172347. OLE color: 6172347.

HSL color Cylindrical-coordinate representation of color #BB2E5E: hue angle of 339.57º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB2E5E is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB1874694-
CMYK00.750.500.27
HSL339.57º60.52%45.69%-
HSV(B)339.57º75.4%73.33%-
XYZ23.4913.3311.92-
YUV93.63128.21194.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.19%
GREEN value IS 46 (18.36% from 255) = 14.07%
BLUE value IS 94 (37.11% from 255) = 28.75%
R=57.19%
G=14.07%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187469400.750.500.27339.5760.5245.69
HexBB2E5E04B321B1543d2e
Octal27356136011362335247556
Binary1011101110111010111100100101111001011011101010100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2E5E; }

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

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

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

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

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

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

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

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