#B4386E

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

Shades of Rouge #B4386E

Tints of Rouge #B4386E

Color information

#B4386E (or 0xB4386E) is unknown color: approx Rouge. HEX triplet: B4, 38 and 6E. RGB value is (180,56,110). Sum of RGB (Red+Green+Blue) = 180+56+110=346 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.02% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 180 - color contains mainly: red. Hex color #B4386E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4386E is #4BC791. Grayscale: #636363. Windows color (decimal): -4966290 or 7223476. OLE color: 7223476.

HSL color Cylindrical-coordinate representation of color #B4386E: hue angle of 333.87º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B4386E is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB18056110-
CMYK00.690.390.29
HSL333.87º52.54%46.27%-
HSV(B)333.87º68.89%70.59%-
XYZ23.0513.6616.17-
YUV99.23134.08185.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.02%
GREEN value IS 56 (22.27% from 255) = 16.18%
BLUE value IS 110 (43.36% from 255) = 31.79%
R=52.02%
G=16.18%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805611000.690.390.29333.8752.5446.27
HexB4386E045271D14e352e
Octal26470156010547355166556
Binary1011010011100011011100100010110011111101101001110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4386E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4386E; }

 p { color: rgb(180,56,110); }

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

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

 a { background-color: rgb(180,56,110); }

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

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

 span { border-color: rgb(180,56,110); }

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