#B3386C

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

Shades of Rouge #B3386C

Tints of Rouge #B3386C

Color information

#B3386C (or 0xB3386C) is unknown color: approx Rouge. HEX triplet: B3, 38 and 6C. RGB value is (179,56,108). Sum of RGB (Red+Green+Blue) = 179+56+108=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 56 (22.27% from 255 or 16.33% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B3386C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3386C is #4CC793. Grayscale: #626262. Windows color (decimal): -5031828 or 7092403. OLE color: 7092403.

HSL color Cylindrical-coordinate representation of color #B3386C: hue angle of 334.63º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B3386C is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB17956108-
CMYK00.690.400.30
HSL334.63º52.34%46.08%-
HSV(B)334.63º68.72%70.2%-
XYZ22.7113.4915.6-
YUV98.7133.25185.27-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.19%
GREEN value IS 56 (22.27% from 255) = 16.33%
BLUE value IS 108 (42.58% from 255) = 31.49%
R=52.19%
G=16.33%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795610800.690.400.30334.6352.3446.08
HexB3386C045281E14f342e
Octal26370154010550365176456
Binary1011001111100011011000100010110100011110101001111110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3386C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3386C; }

 p { color: rgb(179,56,108); }

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

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

 a { background-color: rgb(179,56,108); }

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

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

 span { border-color: rgb(179,56,108); }

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