#B5306A

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

Shades of Rouge #B5306A

Tints of Rouge #B5306A

Color information

#B5306A (or 0xB5306A) is unknown color: approx Rouge. HEX triplet: B5, 30 and 6A. RGB value is (181,48,106). Sum of RGB (Red+Green+Blue) = 181+48+106=335 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.03% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 181 - color contains mainly: red. Hex color #B5306A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5306A is #4ACF95. Grayscale: #5E5E5E. Windows color (decimal): -4902806 or 6959285. OLE color: 6959285.

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

Color convert

RGB18148106-
CMYK00.730.410.29
HSL333.83º58.08%44.9%-
HSV(B)333.83º73.48%70.98%-
XYZ22.7112.9814.94-
YUV94.38134.56189.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.03%
GREEN value IS 48 (19.14% from 255) = 14.33%
BLUE value IS 106 (41.80% from 255) = 31.64%
R=54.03%
G=14.33%
B=31.64%

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
Decimal1814810600.730.410.29333.8358.0844.9
HexB5306A049291D14e3a2d
Octal26560152011151355167255
Binary1011010111000011010100100100110100111101101001110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5306A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5306A; }

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

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

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

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

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

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

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

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