#BB2E6B

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

Shades of Rouge #BB2E6B

Tints of Rouge #BB2E6B

Color information

#BB2E6B (or 0xBB2E6B) is unknown color: approx Rouge. HEX triplet: BB, 2E and 6B. RGB value is (187,46,107). Sum of RGB (Red+Green+Blue) = 187+46+107=340 (45% of max value = 765). Red value is 187 (73.44% from 255 or 55% from 340); Green value is 46 (18.36% from 255 or 13.53% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2E6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2E6B is #44D194. Grayscale: #5F5F5F. Windows color (decimal): -4510101 or 7024315. OLE color: 7024315.

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

Color convert

RGB18746107-
CMYK00.750.430.27
HSL334.04º60.52%45.69%-
HSV(B)334.04º75.4%73.33%-
XYZ24.1213.5815.26-
YUV95.11134.71193.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55%
GREEN value IS 46 (18.36% from 255) = 13.53%
BLUE value IS 107 (42.19% from 255) = 31.47%
R=55%
G=13.53%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1874610700.750.430.27334.0460.5245.69
HexBB2E6B04B2B1B14e3d2e
Octal27356153011353335167556
Binary1011101110111011010110100101110101111011101001110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2E6B; }

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

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

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

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

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

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

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

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