#B8336B

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

Shades of Rouge #B8336B

Tints of Rouge #B8336B

Color information

#B8336B (or 0xB8336B) is unknown color: approx Rouge. HEX triplet: B8, 33 and 6B. RGB value is (184,51,107). Sum of RGB (Red+Green+Blue) = 184+51+107=342 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.80% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 184 - color contains mainly: red. Hex color #B8336B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8336B is #47CC94. Grayscale: #616161. Windows color (decimal): -4705429 or 7025592. OLE color: 7025592.

HSL color Cylindrical-coordinate representation of color #B8336B: hue angle of 334.74º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B8336B is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB18451107-
CMYK00.720.420.28
HSL334.74º56.6%46.08%-
HSV(B)334.74º72.28%72.16%-
XYZ23.613.6215.29-
YUV97.15133.56189.95-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.80%
GREEN value IS 51 (20.31% from 255) = 14.91%
BLUE value IS 107 (42.19% from 255) = 31.29%
R=53.80%
G=14.91%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845110700.720.420.28334.7456.646.08
HexB8336B0482A1C14f392e
Octal27063153011052345177156
Binary1011100011001111010110100100010101011100101001111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8336B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8336B; }

 p { color: rgb(184,51,107); }

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

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

 a { background-color: rgb(184,51,107); }

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

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

 span { border-color: rgb(184,51,107); }

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