#b04164

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

Shades of Rouge #B04164

Tints of Rouge #B04164

Color information

#B04164 (or 0xB04164) is unknown color: approx Rouge. HEX triplet: B0, 41 and 64. RGB value is (176,65,100). Sum of RGB (Red+Green+Blue) = 176+65+100=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B04164 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04164 is #4FBE9B. Grayscale: #666666. Windows color (decimal): -5226140 or 6570416. OLE color: 6570416.

HSL color Cylindrical-coordinate representation of color #B04164: hue angle of 341.08º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B04164 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB17665100-
CMYK00.630.430.31
HSL341.08º46.06%47.25%-
HSV(B)341.08º63.07%69.02%-
XYZ22.113.9313.58-
YUV102.18126.77180.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.61%
GREEN value IS 65 (25.78% from 255) = 19.06%
BLUE value IS 100 (39.45% from 255) = 29.33%
R=51.61%
G=19.06%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766510000.630.430.31341.0846.0647.25
HexB0416403F2B1F1552e2f
Octal26010114407753375255657
Binary1011000010000011100100011111110101111111101010101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b04164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b04164; }

 p { color: rgb(176,65,100); }

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

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

 a { background-color: rgb(176,65,100); }

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

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

 span { border-color: rgb(176,65,100); }

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