#B04363

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

Shades of Rouge #B04363

Tints of Rouge #B04363

Color information

#B04363 (or 0xB04363) is unknown color: approx Rouge. HEX triplet: B0, 43 and 63. RGB value is (176,67,99). Sum of RGB (Red+Green+Blue) = 176+67+99=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 99 (39.06% from 255 or 28.95% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B04363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04363 is #4FBC9C. Grayscale: #676767. Windows color (decimal): -5225629 or 6505392. OLE color: 6505392.

HSL color Cylindrical-coordinate representation of color #B04363: hue angle of 342.39º 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 #B04363 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB1766799-
CMYK00.620.440.31
HSL342.39º44.86%47.65%-
HSV(B)342.39º61.93%69.02%-
XYZ22.1614.1513.37-
YUV103.24125.61179.9-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.46%
GREEN value IS 67 (26.56% from 255) = 19.59%
BLUE value IS 99 (39.06% from 255) = 28.95%
R=51.46%
G=19.59%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176679900.620.440.31342.3944.8647.65
HexB0436303E2C1F1562d30
Octal26010314307654375265560
Binary1011000010000111100011011111010110011111101010110101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04363; }

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

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

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

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

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

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

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

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