#BB3D60

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

Shades of Rouge #BB3D60

Tints of Rouge #BB3D60

Color information

#BB3D60 (or 0xBB3D60) is unknown color: approx Rouge. HEX triplet: BB, 3D and 60. RGB value is (187,61,96). Sum of RGB (Red+Green+Blue) = 187+61+96=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 61 (24.22% from 255 or 17.73% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3D60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3D60 is #44C29F. Grayscale: #666666. Windows color (decimal): -4506272 or 6307259. OLE color: 6307259.

HSL color Cylindrical-coordinate representation of color #BB3D60: hue angle of 343.33º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB3D60 is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB1876196-
CMYK00.670.490.27
HSL343.33º50.81%48.63%-
HSV(B)343.33º67.38%73.33%-
XYZ24.2714.7512.63-
YUV102.66124.24188.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.36%
GREEN value IS 61 (24.22% from 255) = 17.73%
BLUE value IS 96 (37.89% from 255) = 27.91%
R=54.36%
G=17.73%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187619600.670.490.27343.3350.8148.63
HexBB3D60043311B1573331
Octal27375140010361335276361
Binary1011101111110111000000100001111000111011101010111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3D60; }

 p { color: rgb(187,61,96); }

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

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

 a { background-color: rgb(187,61,96); }

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

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

 span { border-color: rgb(187,61,96); }

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