#BB3565

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

Shades of Rouge #BB3565

Tints of Rouge #BB3565

Color information

#BB3565 (or 0xBB3565) is unknown color: approx Rouge. HEX triplet: BB, 35 and 65. RGB value is (187,53,101). Sum of RGB (Red+Green+Blue) = 187+53+101=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3565 is #44CA9A. Grayscale: #626262. Windows color (decimal): -4508315 or 6632891. OLE color: 6632891.

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

Color convert

RGB18753101-
CMYK00.720.460.27
HSL338.51º55.83%47.06%-
HSV(B)338.51º71.66%73.33%-
XYZ24.1214.0513.75-
YUV98.54129.39191.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.84%
GREEN value IS 53 (21.09% from 255) = 15.54%
BLUE value IS 101 (39.84% from 255) = 29.62%
R=54.84%
G=15.54%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875310100.720.460.27338.5155.8347.06
HexBB35650482E1B153382f
Octal27365145011056335237057
Binary1011101111010111001010100100010111011011101010011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3565; }

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

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

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

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

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

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

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

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