#B53766

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

Shades of Rouge #B53766

Tints of Rouge #B53766

Color information

#B53766 (or 0xB53766) is unknown color: approx Rouge. HEX triplet: B5, 37 and 66. RGB value is (181,55,102). Sum of RGB (Red+Green+Blue) = 181+55+102=338 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.55% from 338); Green value is 55 (21.88% from 255 or 16.27% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 181 - color contains mainly: red. Hex color #B53766 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53766 is #4AC899. Grayscale: #616161. Windows color (decimal): -4901018 or 6698933. OLE color: 6698933.

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

Color convert

RGB18155102-
CMYK00.700.440.29
HSL337.62º53.39%46.27%-
HSV(B)337.62º69.61%70.98%-
XYZ22.8213.5213.98-
YUV98.03130.24187.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.55%
GREEN value IS 55 (21.88% from 255) = 16.27%
BLUE value IS 102 (40.23% from 255) = 30.18%
R=53.55%
G=16.27%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815510200.700.440.29337.6253.3946.27
HexB537660462C1D152352e
Octal26567146010654355226556
Binary1011010111011111001100100011010110011101101010010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53766; }

 p { color: rgb(181,55,102); }

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

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

 a { background-color: rgb(181,55,102); }

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

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

 span { border-color: rgb(181,55,102); }

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