#B4396A

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

Shades of Rouge #B4396A

Tints of Rouge #B4396A

Color information

#B4396A (or 0xB4396A) is unknown color: approx Rouge. HEX triplet: B4, 39 and 6A. RGB value is (180,57,106). Sum of RGB (Red+Green+Blue) = 180+57+106=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 57 (22.66% from 255 or 16.62% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B4396A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4396A is #4BC695. Grayscale: #636363. Windows color (decimal): -4966038 or 6961588. OLE color: 6961588.

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

Color convert

RGB18057106-
CMYK00.680.410.29
HSL336.1º51.9%46.47%-
HSV(B)336.1º68.33%70.59%-
XYZ22.8913.6715.07-
YUV99.36131.75185.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.48%
GREEN value IS 57 (22.66% from 255) = 16.62%
BLUE value IS 106 (41.80% from 255) = 30.90%
R=52.48%
G=16.62%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805710600.680.410.29336.151.946.47
HexB4396A044291D150342e
Octal26471152010451355206456
Binary1011010011100111010100100010010100111101101010000110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4396A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4396A; }

 p { color: rgb(180,57,106); }

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

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

 a { background-color: rgb(180,57,106); }

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

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

 span { border-color: rgb(180,57,106); }

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