#BB2E64

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

Shades of Rouge #BB2E64

Tints of Rouge #BB2E64

Color information

#BB2E64 (or 0xBB2E64) is unknown color: approx Rouge. HEX triplet: BB, 2E and 64. RGB value is (187,46,100). Sum of RGB (Red+Green+Blue) = 187+46+100=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 46 (18.36% from 255 or 13.81% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2E64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2E64 is #44D19B. Grayscale: #5E5E5E. Windows color (decimal): -4510108 or 6565563. OLE color: 6565563.

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

Color convert

RGB18746100-
CMYK00.750.470.27
HSL337.02º60.52%45.69%-
HSV(B)337.02º75.4%73.33%-
XYZ23.7713.4413.4-
YUV94.32131.21194.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.16%
GREEN value IS 46 (18.36% from 255) = 13.81%
BLUE value IS 100 (39.45% from 255) = 30.03%
R=56.16%
G=13.81%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1874610000.750.470.27337.0260.5245.69
HexBB2E6404B2F1B1513d2e
Octal27356144011357335217556
Binary1011101110111011001000100101110111111011101010001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2E64; }

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

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

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

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

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

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

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

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