#B04066

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

Shades of Rouge #B04066

Tints of Rouge #B04066

Color information

#B04066 (or 0xB04066) is unknown color: approx Rouge. HEX triplet: B0, 40 and 66. RGB value is (176,64,102). Sum of RGB (Red+Green+Blue) = 176+64+102=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B04066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04066 is #4FBF99. Grayscale: #656565. Windows color (decimal): -5226394 or 6701232. OLE color: 6701232.

HSL color Cylindrical-coordinate representation of color #B04066: hue angle of 339.64º 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 #B04066 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB17664102-
CMYK00.640.420.31
HSL339.64º46.67%47.06%-
HSV(B)339.64º63.64%69.02%-
XYZ22.1413.8614.08-
YUV101.82128.11180.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.46%
GREEN value IS 64 (25.39% from 255) = 18.71%
BLUE value IS 102 (40.23% from 255) = 29.82%
R=51.46%
G=18.71%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766410200.640.420.31339.6446.6747.06
HexB040660402A1F1542f2f
Octal260100146010052375245757
Binary10110000100000011001100100000010101011111101010100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04066; }

 p { color: rgb(176,64,102); }

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

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

 a { background-color: rgb(176,64,102); }

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

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

 span { border-color: rgb(176,64,102); }

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