#B54065

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

Shades of Rouge #B54065

Tints of Rouge #B54065

Color information

#B54065 (or 0xB54065) is unknown color: approx Rouge. HEX triplet: B5, 40 and 65. RGB value is (181,64,101). Sum of RGB (Red+Green+Blue) = 181+64+101=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B54065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54065 is #4ABF9A. Grayscale: #676767. Windows color (decimal): -4898715 or 6635701. OLE color: 6635701.

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

Color convert

RGB18164101-
CMYK00.650.440.29
HSL341.03º47.76%48.04%-
HSV(B)341.03º64.64%70.98%-
XYZ23.2414.4313.87-
YUV103.2126.76183.49-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.31%
GREEN value IS 64 (25.39% from 255) = 18.50%
BLUE value IS 101 (39.84% from 255) = 29.19%
R=52.31%
G=18.50%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816410100.650.440.29341.0347.7648.04
HexB540650412C1D1553030
Octal265100145010154355256060
Binary10110101100000011001010100000110110011101101010101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54065; }

 p { color: rgb(181,64,101); }

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

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

 a { background-color: rgb(181,64,101); }

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

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

 span { border-color: rgb(181,64,101); }

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