#B4306F

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

Shades of Rouge #B4306F

Tints of Rouge #B4306F

Color information

#B4306F (or 0xB4306F) is unknown color: approx Rouge. HEX triplet: B4, 30 and 6F. RGB value is (180,48,111). Sum of RGB (Red+Green+Blue) = 180+48+111=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 48 (19.14% from 255 or 14.16% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B4306F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4306F is #4BCF90. Grayscale: #5E5E5E. Windows color (decimal): -4968337 or 7286964. OLE color: 7286964.

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

Color convert

RGB18048111-
CMYK00.730.380.29
HSL331.36º57.89%44.71%-
HSV(B)331.36º73.33%70.59%-
XYZ22.7512.9616.34-
YUV94.65137.23188.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.10%
GREEN value IS 48 (19.14% from 255) = 14.16%
BLUE value IS 111 (43.75% from 255) = 32.74%
R=53.10%
G=14.16%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804811100.730.380.29331.3657.8944.71
HexB4306F049261D14b3a2d
Octal26460157011146355137255
Binary1011010011000011011110100100110011011101101001011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4306F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4306F; }

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

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

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

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

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

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

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

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