#B4306C

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

Shades of Rouge #B4306C

Tints of Rouge #B4306C

Color information

#B4306C (or 0xB4306C) is unknown color: approx Rouge. HEX triplet: B4, 30 and 6C. RGB value is (180,48,108). Sum of RGB (Red+Green+Blue) = 180+48+108=336 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.57% from 336); Green value is 48 (19.14% from 255 or 14.29% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 180 - color contains mainly: red. Hex color #B4306C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4306C is #4BCF93. Grayscale: #5E5E5E. Windows color (decimal): -4968340 or 7090356. OLE color: 7090356.

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

Color convert

RGB18048108-
CMYK00.730.400.29
HSL332.73º57.89%44.71%-
HSV(B)332.73º73.33%70.59%-
XYZ22.5912.915.49-
YUV94.31135.73189.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.57%
GREEN value IS 48 (19.14% from 255) = 14.29%
BLUE value IS 108 (42.58% from 255) = 32.14%
R=53.57%
G=14.29%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804810800.730.400.29332.7357.8944.71
HexB4306C049281D14d3a2d
Octal26460154011150355157255
Binary1011010011000011011000100100110100011101101001101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4306C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4306C; }

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

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

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

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

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

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

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

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