#B4305B

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

Shades of Rouge #B4305B

Tints of Rouge #B4305B

Color information

#B4305B (or 0xB4305B) is unknown color: approx Rouge. HEX triplet: B4, 30 and 5B. RGB value is (180,48,91). Sum of RGB (Red+Green+Blue) = 180+48+91=319 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.43% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 180 - color contains mainly: red. Hex color #B4305B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4305B is #4BCFA4. Grayscale: #5C5C5C. Windows color (decimal): -4968357 or 5976244. OLE color: 5976244.

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

Color convert

RGB1804891-
CMYK00.730.490.29
HSL340.45º57.89%44.71%-
HSV(B)340.45º73.33%70.59%-
XYZ21.7712.5711.18-
YUV92.37127.23190.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.43%
GREEN value IS 48 (19.14% from 255) = 15.05%
BLUE value IS 91 (35.94% from 255) = 28.53%
R=56.43%
G=15.05%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180489100.730.490.29340.4557.8944.71
HexB4305B049311D1543a2d
Octal26460133011161355247255
Binary1011010011000010110110100100111000111101101010100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4305B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4305B; }

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

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

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

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

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

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

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

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