#B8385D

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

Shades of Rouge #B8385D

Tints of Rouge #B8385D

Color information

#B8385D (or 0xB8385D) is unknown color: approx Rouge. HEX triplet: B8, 38 and 5D. RGB value is (184,56,93). Sum of RGB (Red+Green+Blue) = 184+56+93=333 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.26% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 184 - color contains mainly: red. Hex color #B8385D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8385D is #47C7A2. Grayscale: #626262. Windows color (decimal): -4704163 or 6109368. OLE color: 6109368.

HSL color Cylindrical-coordinate representation of color #B8385D: hue angle of 342.66º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B8385D is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB1845693-
CMYK00.700.490.28
HSL342.66º53.33%47.06%-
HSV(B)342.66º69.57%72.16%-
XYZ23.1613.8111.8-
YUV98.49124.91188.99-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.26%
GREEN value IS 56 (22.27% from 255) = 16.82%
BLUE value IS 93 (36.72% from 255) = 27.93%
R=55.26%
G=16.82%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184569300.700.490.28342.6653.3347.06
HexB8385D046311C157352f
Octal27070135010661345276557
Binary1011100011100010111010100011011000111100101010111110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8385D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8385D; }

 p { color: rgb(184,56,93); }

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

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

 a { background-color: rgb(184,56,93); }

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

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

 span { border-color: rgb(184,56,93); }

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