#BB3561

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

Shades of Rouge #BB3561

Tints of Rouge #BB3561

Color information

#BB3561 (or 0xBB3561) is unknown color: approx Rouge. HEX triplet: BB, 35 and 61. RGB value is (187,53,97). Sum of RGB (Red+Green+Blue) = 187+53+97=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 97 (38.28% from 255 or 28.78% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3561 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3561 is #44CA9E. Grayscale: #626262. Windows color (decimal): -4508319 or 6370747. OLE color: 6370747.

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

Color convert

RGB1875397-
CMYK00.720.480.27
HSL340.3º55.83%47.06%-
HSV(B)340.3º71.66%73.33%-
XYZ23.9213.9712.75-
YUV98.08127.39191.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.49%
GREEN value IS 53 (21.09% from 255) = 15.73%
BLUE value IS 97 (38.28% from 255) = 28.78%
R=55.49%
G=15.73%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187539700.720.480.27340.355.8347.06
HexBB3561048301B154382f
Octal27365141011060335247057
Binary1011101111010111000010100100011000011011101010100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3561; }

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

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

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

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

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

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

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

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