#B5346E

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

Shades of Rouge #B5346E

Tints of Rouge #B5346E

Color information

#B5346E (or 0xB5346E) is unknown color: approx Rouge. HEX triplet: B5, 34 and 6E. RGB value is (181,52,110). Sum of RGB (Red+Green+Blue) = 181+52+110=343 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.77% from 343); Green value is 52 (20.70% from 255 or 15.16% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 181 - color contains mainly: red. Hex color #B5346E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5346E is #4ACB91. Grayscale: #616161. Windows color (decimal): -4901778 or 7222453. OLE color: 7222453.

HSL color Cylindrical-coordinate representation of color #B5346E: hue angle of 333.02º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B5346E is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB18152110-
CMYK00.710.390.29
HSL333.02º55.36%45.69%-
HSV(B)333.02º71.27%70.98%-
XYZ23.113.4116.12-
YUV97.18135.24187.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.77%
GREEN value IS 52 (20.70% from 255) = 15.16%
BLUE value IS 110 (43.36% from 255) = 32.07%
R=52.77%
G=15.16%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815211000.710.390.29333.0255.3645.69
HexB5346E047271D14d372e
Octal26564156010747355156756
Binary1011010111010011011100100011110011111101101001101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5346E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5346E; }

 p { color: rgb(181,52,110); }

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

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

 a { background-color: rgb(181,52,110); }

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

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

 span { border-color: rgb(181,52,110); }

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