#B54067

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

Shades of Rouge #B54067

Tints of Rouge #B54067

Color information

#B54067 (or 0xB54067) is unknown color: approx Rouge. HEX triplet: B5, 40 and 67. RGB value is (181,64,103). Sum of RGB (Red+Green+Blue) = 181+64+103=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 103 (40.62% from 255 or 29.60% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B54067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54067 is #4ABF98. Grayscale: #676767. Windows color (decimal): -4898713 or 6766773. OLE color: 6766773.

HSL color Cylindrical-coordinate representation of color #B54067: hue angle of 340º 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 #B54067 is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB18164103-
CMYK00.650.430.29
HSL340º47.76%48.04%-
HSV(B)340º64.64%70.98%-
XYZ23.3414.4714.39-
YUV103.43127.76183.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.01%
GREEN value IS 64 (25.39% from 255) = 18.39%
BLUE value IS 103 (40.62% from 255) = 29.60%
R=52.01%
G=18.39%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816410300.650.430.2934047.7648.04
HexB540670412B1D1543030
Octal265100147010153355246060
Binary10110101100000011001110100000110101111101101010100110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54067; }

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

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

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

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

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

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

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

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