#B03865

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

Shades of Rouge #B03865

Tints of Rouge #B03865

Color information

#B03865 (or 0xB03865) is unknown color: approx Rouge. HEX triplet: B0, 38 and 65. RGB value is (176,56,101). Sum of RGB (Red+Green+Blue) = 176+56+101=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B03865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03865 is #4FC79A. Grayscale: #606060. Windows color (decimal): -5228443 or 6633648. OLE color: 6633648.

HSL color Cylindrical-coordinate representation of color #B03865: hue angle of 337.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 #B03865 is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB17656101-
CMYK00.680.430.31
HSL337.5º51.72%45.49%-
HSV(B)337.5º68.18%69.02%-
XYZ21.671313.68-
YUV97.01130.26184.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.85%
GREEN value IS 56 (22.27% from 255) = 16.82%
BLUE value IS 101 (39.84% from 255) = 30.33%
R=52.85%
G=16.82%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765610100.680.430.31337.551.7245.49
HexB038650442B1F152342d
Octal26070145010453375226455
Binary1011000011100011001010100010010101111111101010010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03865; }

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

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

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

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

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

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

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

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