#B5305E

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

Shades of Rouge #B5305E

Tints of Rouge #B5305E

Color information

#B5305E (or 0xB5305E) is unknown color: approx Rouge. HEX triplet: B5, 30 and 5E. RGB value is (181,48,94). Sum of RGB (Red+Green+Blue) = 181+48+94=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B5305E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5305E is #4ACFA1. Grayscale: #5C5C5C. Windows color (decimal): -4902818 or 6172853. OLE color: 6172853.

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

Color convert

RGB1814894-
CMYK00.730.480.29
HSL339.25º58.08%44.9%-
HSV(B)339.25º73.48%70.98%-
XYZ22.1312.7511.88-
YUV93.01128.56190.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.04%
GREEN value IS 48 (19.14% from 255) = 14.86%
BLUE value IS 94 (37.11% from 255) = 29.10%
R=56.04%
G=14.86%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181489400.730.480.29339.2558.0844.9
HexB5305E049301D1533a2d
Octal26560136011160355237255
Binary1011010111000010111100100100111000011101101010011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5305E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5305E; }

 p { color: rgb(181,48,94); }

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

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

 a { background-color: rgb(181,48,94); }

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

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

 span { border-color: rgb(181,48,94); }

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