#B03E6A

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

Shades of Rouge #B03E6A

Tints of Rouge #B03E6A

Color information

#B03E6A (or 0xB03E6A) is unknown color: approx Rouge. HEX triplet: B0, 3E and 6A. RGB value is (176,62,106). Sum of RGB (Red+Green+Blue) = 176+62+106=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 62 (24.61% from 255 or 18.02% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B03E6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03E6A is #4FC195. Grayscale: #656565. Windows color (decimal): -5226902 or 6962864. OLE color: 6962864.

HSL color Cylindrical-coordinate representation of color #B03E6A: hue angle of 336.84º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B03E6A is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB17662106-
CMYK00.650.400.31
HSL336.84º47.9%46.67%-
HSV(B)336.84º64.77%69.02%-
XYZ22.2313.7215.11-
YUV101.1130.77181.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.16%
GREEN value IS 62 (24.61% from 255) = 18.02%
BLUE value IS 106 (41.80% from 255) = 30.81%
R=51.16%
G=18.02%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766210600.650.400.31336.8447.946.67
HexB03E6A041281F151302f
Octal26076152010150375216057
Binary1011000011111011010100100000110100011111101010001110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03E6A; }

 p { color: rgb(176,62,106); }

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

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

 a { background-color: rgb(176,62,106); }

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

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

 span { border-color: rgb(176,62,106); }

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