#BB3369

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

Shades of Rouge #BB3369

Tints of Rouge #BB3369

Color information

#BB3369 (or 0xBB3369) is unknown color: approx Rouge. HEX triplet: BB, 33 and 69. RGB value is (187,51,105). Sum of RGB (Red+Green+Blue) = 187+51+105=343 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.52% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 105 (41.41% from 255 or 30.61% from 343); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3369 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3369 is #44CC96. Grayscale: #616161. Windows color (decimal): -4508823 or 6894523. OLE color: 6894523.

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

Color convert

RGB18751105-
CMYK00.730.440.27
HSL336.18º57.14%46.67%-
HSV(B)336.18º72.73%73.33%-
XYZ24.2313.9514.78-
YUV97.82132.06191.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.52%
GREEN value IS 51 (20.31% from 255) = 14.87%
BLUE value IS 105 (41.41% from 255) = 30.61%
R=54.52%
G=14.87%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875110500.730.440.27336.1857.1446.67
HexBB33690492C1B150392f
Octal27363151011154335207157
Binary1011101111001111010010100100110110011011101010000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3369; }

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

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

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

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

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

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

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

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