#BB3A69

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

Shades of Rouge #BB3A69

Tints of Rouge #BB3A69

Color information

#BB3A69 (or 0xBB3A69) is unknown color: approx Rouge. HEX triplet: BB, 3A and 69. RGB value is (187,58,105). Sum of RGB (Red+Green+Blue) = 187+58+105=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 58 (23.05% from 255 or 16.57% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3A69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3A69 is #44C596. Grayscale: #656565. Windows color (decimal): -4507031 or 6896315. OLE color: 6896315.

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

Color convert

RGB18758105-
CMYK00.690.440.27
HSL338.14º52.65%48.04%-
HSV(B)338.14º68.98%73.33%-
XYZ24.5614.6114.89-
YUV101.93129.74188.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.43%
GREEN value IS 58 (23.05% from 255) = 16.57%
BLUE value IS 105 (41.41% from 255) = 30%
R=53.43%
G=16.57%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875810500.690.440.27338.1452.6548.04
HexBB3A690452C1B1523530
Octal27372151010554335226560
Binary1011101111101011010010100010110110011011101010010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3A69; }

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

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

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

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

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

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

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

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