#BB336E

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

Shades of Rouge #BB336E

Tints of Rouge #BB336E

Color information

#BB336E (or 0xBB336E) is unknown color: approx Rouge. HEX triplet: BB, 33 and 6E. RGB value is (187,51,110). Sum of RGB (Red+Green+Blue) = 187+51+110=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 51 (20.31% from 255 or 14.66% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB336E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB336E is #44CC91. Grayscale: #626262. Windows color (decimal): -4508818 or 7222203. OLE color: 7222203.

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

Color convert

RGB18751110-
CMYK00.730.410.27
HSL333.97º57.14%46.67%-
HSV(B)333.97º72.73%73.33%-
XYZ24.4914.0616.17-
YUV98.39134.56191.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.74%
GREEN value IS 51 (20.31% from 255) = 14.66%
BLUE value IS 110 (43.36% from 255) = 31.61%
R=53.74%
G=14.66%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875111000.730.410.27333.9757.1446.67
HexBB336E049291B14e392f
Octal27363156011151335167157
Binary1011101111001111011100100100110100111011101001110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB336E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB336E; }

 p { color: rgb(187,51,110); }

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

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

 a { background-color: rgb(187,51,110); }

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

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

 span { border-color: rgb(187,51,110); }

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