#B4366A

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

Shades of Rouge #B4366A

Tints of Rouge #B4366A

Color information

#B4366A (or 0xB4366A) is unknown color: approx Rouge. HEX triplet: B4, 36 and 6A. RGB value is (180,54,106). Sum of RGB (Red+Green+Blue) = 180+54+106=340 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.94% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 180 - color contains mainly: red. Hex color #B4366A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4366A is #4BC995. Grayscale: #616161. Windows color (decimal): -4966806 or 6960820. OLE color: 6960820.

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

Color convert

RGB18054106-
CMYK00.70.410.29
HSL335.24º53.85%45.88%-
HSV(B)335.24º70%70.59%-
XYZ22.7413.3815.02-
YUV97.6132.74186.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.94%
GREEN value IS 54 (21.48% from 255) = 15.88%
BLUE value IS 106 (41.80% from 255) = 31.18%
R=52.94%
G=15.88%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805410600.70.410.29335.2453.8545.88
HexB4366A046291D14f362e
Octal26466152010651355176656
Binary1011010011011011010100100011010100111101101001111110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4366A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4366A; }

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

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

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

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

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

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

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

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