#BB3B61

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

Shades of Rouge #BB3B61

Tints of Rouge #BB3B61

Color information

#BB3B61 (or 0xBB3B61) is unknown color: approx Rouge. HEX triplet: BB, 3B and 61. RGB value is (187,59,97). Sum of RGB (Red+Green+Blue) = 187+59+97=343 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.52% from 343); Green value is 59 (23.44% from 255 or 17.20% from 343); Blue value is 97 (38.28% from 255 or 28.28% from 343); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3B61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3B61 is #44C49E. Grayscale: #656565. Windows color (decimal): -4506783 or 6372283. OLE color: 6372283.

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

Color convert

RGB1875997-
CMYK00.680.480.27
HSL342.19º52.03%48.24%-
HSV(B)342.19º68.45%73.33%-
XYZ24.2214.5612.84-
YUV101.6125.41188.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.52%
GREEN value IS 59 (23.44% from 255) = 17.20%
BLUE value IS 97 (38.28% from 255) = 28.28%
R=54.52%
G=17.20%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187599700.680.480.27342.1952.0348.24
HexBB3B61044301B1563430
Octal27373141010460335266460
Binary1011101111101111000010100010011000011011101010110110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3B61; }

 p { color: rgb(187,59,97); }

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

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

 a { background-color: rgb(187,59,97); }

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

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

 span { border-color: rgb(187,59,97); }

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