#BB3D5E

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

Shades of Rouge #BB3D5E

Tints of Rouge #BB3D5E

Color information

#BB3D5E (or 0xBB3D5E) is unknown color: approx Rouge. HEX triplet: BB, 3D and 5E. RGB value is (187,61,94). Sum of RGB (Red+Green+Blue) = 187+61+94=342 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.68% from 342); Green value is 61 (24.22% from 255 or 17.84% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3D5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3D5E is #44C2A1. Grayscale: #666666. Windows color (decimal): -4506274 or 6176187. OLE color: 6176187.

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

Color convert

RGB1876194-
CMYK00.670.500.27
HSL344.29º50.81%48.63%-
HSV(B)344.29º67.38%73.33%-
XYZ24.1814.7112.15-
YUV102.44123.24188.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.68%
GREEN value IS 61 (24.22% from 255) = 17.84%
BLUE value IS 94 (37.11% from 255) = 27.49%
R=54.68%
G=17.84%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187619400.670.500.27344.2950.8148.63
HexBB3D5E043321B1583331
Octal27375136010362335306361
Binary1011101111110110111100100001111001011011101011000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3D5E; }

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

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

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

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

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

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

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

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