#B4306D

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

Shades of Rouge #B4306D

Tints of Rouge #B4306D

Color information

#B4306D (or 0xB4306D) is unknown color: approx Rouge. HEX triplet: B4, 30 and 6D. RGB value is (180,48,109). Sum of RGB (Red+Green+Blue) = 180+48+109=337 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.41% from 337); Green value is 48 (19.14% from 255 or 14.24% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 180 - color contains mainly: red. Hex color #B4306D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4306D is #4BCF92. Grayscale: #5E5E5E. Windows color (decimal): -4968339 or 7155892. OLE color: 7155892.

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

Color convert

RGB18048109-
CMYK00.730.390.29
HSL332.27º57.89%44.71%-
HSV(B)332.27º73.33%70.59%-
XYZ22.6412.9215.77-
YUV94.42136.23189.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.41%
GREEN value IS 48 (19.14% from 255) = 14.24%
BLUE value IS 109 (42.97% from 255) = 32.34%
R=53.41%
G=14.24%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804810900.730.390.29332.2757.8944.71
HexB4306D049271D14c3a2d
Octal26460155011147355147255
Binary1011010011000011011010100100110011111101101001100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4306D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4306D; }

 p { color: rgb(180,48,109); }

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

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

 a { background-color: rgb(180,48,109); }

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

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

 span { border-color: rgb(180,48,109); }

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