#B04568

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

Shades of Rouge #B04568

Tints of Rouge #B04568

Color information

#B04568 (or 0xB04568) is unknown color: approx Rouge. HEX triplet: B0, 45 and 68. RGB value is (176,69,104). Sum of RGB (Red+Green+Blue) = 176+69+104=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B04568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04568 is #4FBA97. Grayscale: #686868. Windows color (decimal): -5225112 or 6833584. OLE color: 6833584.

HSL color Cylindrical-coordinate representation of color #B04568: hue angle of 340.37º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B04568 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB17669104-
CMYK00.610.410.31
HSL340.37º43.67%48.04%-
HSV(B)340.37º60.8%69.02%-
XYZ22.5314.4914.71-
YUV104.98127.45178.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.43%
GREEN value IS 69 (27.34% from 255) = 19.77%
BLUE value IS 104 (41.02% from 255) = 29.80%
R=50.43%
G=19.77%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766910400.610.410.31340.3743.6748.04
HexB0456803D291F1542c30
Octal26010515007551375245460
Binary1011000010001011101000011110110100111111101010100101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04568; }

 p { color: rgb(176,69,104); }

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

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

 a { background-color: rgb(176,69,104); }

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

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

 span { border-color: rgb(176,69,104); }

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