#BB3A6A

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

Shades of Rouge #BB3A6A

Tints of Rouge #BB3A6A

Color information

#BB3A6A (or 0xBB3A6A) is unknown color: approx Rouge. HEX triplet: BB, 3A and 6A. RGB value is (187,58,106). Sum of RGB (Red+Green+Blue) = 187+58+106=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 58 (23.05% from 255 or 16.52% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3A6A is #44C595. Grayscale: #656565. Windows color (decimal): -4507030 or 6961851. OLE color: 6961851.

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

Color convert

RGB18758106-
CMYK00.690.430.27
HSL337.67º52.65%48.04%-
HSV(B)337.67º68.98%73.33%-
XYZ24.6114.6315.16-
YUV102.04130.24188.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.28%
GREEN value IS 58 (23.05% from 255) = 16.52%
BLUE value IS 106 (41.80% from 255) = 30.20%
R=53.28%
G=16.52%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875810600.690.430.27337.6752.6548.04
HexBB3A6A0452B1B1523530
Octal27372152010553335226560
Binary1011101111101011010100100010110101111011101010010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3A6A; }

 p { color: rgb(187,58,106); }

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

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

 a { background-color: rgb(187,58,106); }

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

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

 span { border-color: rgb(187,58,106); }

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