#B03F68

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

Shades of Rouge #B03F68

Tints of Rouge #B03F68

Color information

#B03F68 (or 0xB03F68) is unknown color: approx Rouge. HEX triplet: B0, 3F and 68. RGB value is (176,63,104). Sum of RGB (Red+Green+Blue) = 176+63+104=343 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.31% from 343); Green value is 63 (25% from 255 or 18.37% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 176 - color contains mainly: red. Hex color #B03F68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03F68 is #4FC097. Grayscale: #656565. Windows color (decimal): -5226648 or 6832048. OLE color: 6832048.

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

Color convert

RGB17663104-
CMYK00.640.410.31
HSL338.23º47.28%46.86%-
HSV(B)338.23º64.2%69.02%-
XYZ22.1813.7814.59-
YUV101.46129.44181.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.31%
GREEN value IS 63 (25% from 255) = 18.37%
BLUE value IS 104 (41.02% from 255) = 30.32%
R=51.31%
G=18.37%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766310400.640.410.31338.2347.2846.86
HexB03F68040291F1522f2f
Octal26077150010051375225757
Binary1011000011111111010000100000010100111111101010010101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03F68; }

 p { color: rgb(176,63,104); }

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

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

 a { background-color: rgb(176,63,104); }

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

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

 span { border-color: rgb(176,63,104); }

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