#BB2E65

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

Shades of Rouge #BB2E65

Tints of Rouge #BB2E65

Color information

#BB2E65 (or 0xBB2E65) is unknown color: approx Rouge. HEX triplet: BB, 2E and 65. RGB value is (187,46,101). Sum of RGB (Red+Green+Blue) = 187+46+101=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 46 (18.36% from 255 or 13.77% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2E65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2E65 is #44D19A. Grayscale: #5E5E5E. Windows color (decimal): -4510107 or 6631099. OLE color: 6631099.

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

Color convert

RGB18746101-
CMYK00.750.460.27
HSL336.6º60.52%45.69%-
HSV(B)336.6º75.4%73.33%-
XYZ23.8213.4613.65-
YUV94.43131.71194.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.99%
GREEN value IS 46 (18.36% from 255) = 13.77%
BLUE value IS 101 (39.84% from 255) = 30.24%
R=55.99%
G=13.77%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1874610100.750.460.27336.660.5245.69
HexBB2E6504B2E1B1513d2e
Octal27356145011356335217556
Binary1011101110111011001010100101110111011011101010001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2E65; }

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

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

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

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

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

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

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

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