#b04368

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

Shades of Rouge #B04368

Tints of Rouge #B04368

Color information

#B04368 (or 0xB04368) is unknown color: approx Rouge. HEX triplet: B0, 43 and 68. RGB value is (176,67,104). Sum of RGB (Red+Green+Blue) = 176+67+104=347 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.72% from 347); Green value is 67 (26.56% from 255 or 19.31% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 176 - color contains mainly: red. Hex color #B04368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04368 is #4FBC97. Grayscale: #676767. Windows color (decimal): -5225624 or 6833072. OLE color: 6833072.

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

Color convert

RGB17667104-
CMYK00.620.410.31
HSL339.63º44.86%47.65%-
HSV(B)339.63º61.93%69.02%-
XYZ22.4114.2414.66-
YUV103.81128.11179.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.72%
GREEN value IS 67 (26.56% from 255) = 19.31%
BLUE value IS 104 (41.02% from 255) = 29.97%
R=50.72%
G=19.31%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766710400.620.410.31339.6344.8647.65
HexB0436803E291F1542d30
Octal26010315007651375245560
Binary1011000010000111101000011111010100111111101010100101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b04368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b04368; }

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

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

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

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

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

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

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

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