#B4306A

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

Shades of Rouge #B4306A

Tints of Rouge #B4306A

Color information

#B4306A (or 0xB4306A) is unknown color: approx Rouge. HEX triplet: B4, 30 and 6A. RGB value is (180,48,106). Sum of RGB (Red+Green+Blue) = 180+48+106=334 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.89% from 334); Green value is 48 (19.14% from 255 or 14.37% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 180 - color contains mainly: red. Hex color #B4306A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4306A is #4BCF95. Grayscale: #5D5D5D. Windows color (decimal): -4968342 or 6959284. OLE color: 6959284.

HSL color Cylindrical-coordinate representation of color #B4306A: hue angle of 333.64º 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 #B4306A is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB18048106-
CMYK00.730.410.29
HSL333.64º57.89%44.71%-
HSV(B)333.64º73.33%70.59%-
XYZ22.4812.8614.93-
YUV94.08134.73189.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.89%
GREEN value IS 48 (19.14% from 255) = 14.37%
BLUE value IS 106 (41.80% from 255) = 31.74%
R=53.89%
G=14.37%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804810600.730.410.29333.6457.8944.71
HexB4306A049291D14e3a2d
Octal26460152011151355167255
Binary1011010011000011010100100100110100111101101001110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4306A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4306A; }

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

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

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

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

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

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

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

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