#B54264

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

Shades of Rouge #B54264

Tints of Rouge #B54264

Color information

#B54264 (or 0xB54264) is unknown color: approx Rouge. HEX triplet: B5, 42 and 64. RGB value is (181,66,100). Sum of RGB (Red+Green+Blue) = 181+66+100=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 100 (39.45% from 255 or 28.82% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B54264 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54264 is #4ABD9B. Grayscale: #686868. Windows color (decimal): -4898204 or 6570677. OLE color: 6570677.

HSL color Cylindrical-coordinate representation of color #B54264: hue angle of 342.26º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B54264 is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB18166100-
CMYK00.640.450.29
HSL342.26º46.56%48.43%-
HSV(B)342.26º63.54%70.98%-
XYZ23.314.6413.65-
YUV104.26125.6182.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.16%
GREEN value IS 66 (26.17% from 255) = 19.02%
BLUE value IS 100 (39.45% from 255) = 28.82%
R=52.16%
G=19.02%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816610000.640.450.29342.2646.5648.43
HexB542640402D1D1562f30
Octal265102144010055355265760
Binary10110101100001011001000100000010110111101101010110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54264; }

 p { color: rgb(181,66,100); }

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

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

 a { background-color: rgb(181,66,100); }

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

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

 span { border-color: rgb(181,66,100); }

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