#BB3169

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

Shades of Rouge #BB3169

Tints of Rouge #BB3169

Color information

#BB3169 (or 0xBB3169) is unknown color: approx Rouge. HEX triplet: BB, 31 and 69. RGB value is (187,49,105). Sum of RGB (Red+Green+Blue) = 187+49+105=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3169 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3169 is #44CE96. Grayscale: #606060. Windows color (decimal): -4509335 or 6894011. OLE color: 6894011.

HSL color Cylindrical-coordinate representation of color #BB3169: hue angle of 335.65º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB3169 is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB18749105-
CMYK00.740.440.27
HSL335.65º58.47%46.27%-
HSV(B)335.65º73.8%73.33%-
XYZ24.1413.7814.75-
YUV96.65132.72192.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.84%
GREEN value IS 49 (19.53% from 255) = 14.37%
BLUE value IS 105 (41.41% from 255) = 30.79%
R=54.84%
G=14.37%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1874910500.740.440.27335.6558.4746.27
HexBB316904A2C1B1503a2e
Octal27361151011254335207256
Binary1011101111000111010010100101010110011011101010000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3169; }

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

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

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

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

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

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

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

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