#B53C68

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

Shades of Rouge #B53C68

Tints of Rouge #B53C68

Color information

#B53C68 (or 0xB53C68) is unknown color: approx Rouge. HEX triplet: B5, 3C and 68. RGB value is (181,60,104). Sum of RGB (Red+Green+Blue) = 181+60+104=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53C68 is #4AC397. Grayscale: #656565. Windows color (decimal): -4899736 or 6831285. OLE color: 6831285.

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

Color convert

RGB18160104-
CMYK00.670.430.29
HSL338.18º50.21%47.25%-
HSV(B)338.18º66.85%70.98%-
XYZ23.1714.0514.59-
YUV101.2129.59184.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.46%
GREEN value IS 60 (23.83% from 255) = 17.39%
BLUE value IS 104 (41.02% from 255) = 30.14%
R=52.46%
G=17.39%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816010400.670.430.29338.1850.2147.25
HexB53C680432B1D152322f
Octal26574150010353355226257
Binary1011010111110011010000100001110101111101101010010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53C68; }

 p { color: rgb(181,60,104); }

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

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

 a { background-color: rgb(181,60,104); }

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

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

 span { border-color: rgb(181,60,104); }

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