#BB3868

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

Shades of Rouge #BB3868

Tints of Rouge #BB3868

Color information

#BB3868 (or 0xBB3868) is unknown color: approx Rouge. HEX triplet: BB, 38 and 68. RGB value is (187,56,104). Sum of RGB (Red+Green+Blue) = 187+56+104=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 56 (22.27% from 255 or 16.14% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3868 is #44C797. Grayscale: #646464. Windows color (decimal): -4507544 or 6830267. OLE color: 6830267.

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

Color convert

RGB18756104-
CMYK00.700.440.27
HSL338.02º53.91%47.65%-
HSV(B)338.02º70.05%73.33%-
XYZ24.4114.3914.59-
YUV100.64129.9189.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.89%
GREEN value IS 56 (22.27% from 255) = 16.14%
BLUE value IS 104 (41.02% from 255) = 29.97%
R=53.89%
G=16.14%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875610400.700.440.27338.0253.9147.65
HexBB38680462C1B1523630
Octal27370150010654335226660
Binary1011101111100011010000100011010110011011101010010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3868; }

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

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

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

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

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

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

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

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