#B4356E

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

Shades of Rouge #B4356E

Tints of Rouge #B4356E

Color information

#B4356E (or 0xB4356E) is unknown color: approx Rouge. HEX triplet: B4, 35 and 6E. RGB value is (180,53,110). Sum of RGB (Red+Green+Blue) = 180+53+110=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 53 (21.09% from 255 or 15.45% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B4356E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4356E is #4BCA91. Grayscale: #616161. Windows color (decimal): -4967058 or 7222708. OLE color: 7222708.

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

Color convert

RGB18053110-
CMYK00.710.390.29
HSL333.07º54.51%45.69%-
HSV(B)333.07º70.56%70.59%-
XYZ22.9113.3816.13-
YUV97.47135.08186.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.48%
GREEN value IS 53 (21.09% from 255) = 15.45%
BLUE value IS 110 (43.36% from 255) = 32.07%
R=52.48%
G=15.45%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805311000.710.390.29333.0754.5145.69
HexB4356E047271D14d372e
Octal26465156010747355156756
Binary1011010011010111011100100011110011111101101001101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4356E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4356E; }

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

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

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

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

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

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

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

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