#B0386F

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

Shades of Rouge #B0386F

Tints of Rouge #B0386F

Color information

#B0386F (or 0xB0386F) is unknown color: approx Rouge. HEX triplet: B0, 38 and 6F. RGB value is (176,56,111). Sum of RGB (Red+Green+Blue) = 176+56+111=343 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.31% from 343); Green value is 56 (22.27% from 255 or 16.33% from 343); Blue value is 111 (43.75% from 255 or 32.36% from 343); Max value from RGB is 176 - color contains mainly: red. Hex color #B0386F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0386F is #4FC790. Grayscale: #626262. Windows color (decimal): -5228433 or 7289008. OLE color: 7289008.

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

Color convert

RGB17656111-
CMYK00.680.370.31
HSL332.5º51.72%45.49%-
HSV(B)332.5º68.18%69.02%-
XYZ22.1913.2116.42-
YUV98.15135.26183.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.31%
GREEN value IS 56 (22.27% from 255) = 16.33%
BLUE value IS 111 (43.75% from 255) = 32.36%
R=51.31%
G=16.33%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765611100.680.370.31332.551.7245.49
HexB0386F044251F14c342d
Octal26070157010445375146455
Binary1011000011100011011110100010010010111111101001100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0386F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0386F; }

 p { color: rgb(176,56,111); }

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

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

 a { background-color: rgb(176,56,111); }

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

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

 span { border-color: rgb(176,56,111); }

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