#BB3568

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

Shades of Rouge #BB3568

Tints of Rouge #BB3568

Color information

#BB3568 (or 0xBB3568) is unknown color: approx Rouge. HEX triplet: BB, 35 and 68. RGB value is (187,53,104). Sum of RGB (Red+Green+Blue) = 187+53+104=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3568 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3568 is #44CA97. Grayscale: #626262. Windows color (decimal): -4508312 or 6829499. OLE color: 6829499.

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

Color convert

RGB18753104-
CMYK00.720.440.27
HSL337.16º55.83%47.06%-
HSV(B)337.16º71.66%73.33%-
XYZ24.2714.1114.54-
YUV98.88130.89190.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.36%
GREEN value IS 53 (21.09% from 255) = 15.41%
BLUE value IS 104 (41.02% from 255) = 30.23%
R=54.36%
G=15.41%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875310400.720.440.27337.1655.8347.06
HexBB35680482C1B151382f
Octal27365150011054335217057
Binary1011101111010111010000100100010110011011101010001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3568; }

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

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

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

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

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

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

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

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