#BB3160

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

Shades of Rouge #BB3160

Tints of Rouge #BB3160

Color information

#BB3160 (or 0xBB3160) is unknown color: approx Rouge. HEX triplet: BB, 31 and 60. RGB value is (187,49,96). Sum of RGB (Red+Green+Blue) = 187+49+96=332 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.33% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3160 is #44CE9F. Grayscale: #5F5F5F. Windows color (decimal): -4509344 or 6304187. OLE color: 6304187.

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

Color convert

RGB1874996-
CMYK00.740.490.27
HSL339.57º58.47%46.27%-
HSV(B)339.57º73.8%73.33%-
XYZ23.713.6112.44-
YUV95.62128.22193.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.33%
GREEN value IS 49 (19.53% from 255) = 14.76%
BLUE value IS 96 (37.89% from 255) = 28.92%
R=56.33%
G=14.76%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187499600.740.490.27339.5758.4746.27
HexBB316004A311B1543a2e
Octal27361140011261335247256
Binary1011101111000111000000100101011000111011101010100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3160; }

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

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

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

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

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

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

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

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