#BB3B5C

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

Shades of Rouge #BB3B5C

Tints of Rouge #BB3B5C

Color information

#BB3B5C (or 0xBB3B5C) is unknown color: approx Rouge. HEX triplet: BB, 3B and 5C. RGB value is (187,59,92). Sum of RGB (Red+Green+Blue) = 187+59+92=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 59 (23.44% from 255 or 17.46% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3B5C is #44C4A3. Grayscale: #656565. Windows color (decimal): -4506788 or 6044603. OLE color: 6044603.

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

Color convert

RGB1875992-
CMYK00.680.510.27
HSL344.53º52.03%48.24%-
HSV(B)344.53º68.45%73.33%-
XYZ23.9914.4711.65-
YUV101.03122.91189.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.33%
GREEN value IS 59 (23.44% from 255) = 17.46%
BLUE value IS 92 (36.33% from 255) = 27.22%
R=55.33%
G=17.46%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187599200.680.510.27344.5352.0348.24
HexBB3B5C044331B1593430
Octal27373134010463335316460
Binary1011101111101110111000100010011001111011101011001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3B5C; }

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

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

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

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

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

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

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

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