#B74064

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

Shades of Rouge #B74064

Tints of Rouge #B74064

Color information

#B74064 (or 0xB74064) is unknown color: approx Rouge. HEX triplet: B7, 40 and 64. RGB value is (183,64,100). Sum of RGB (Red+Green+Blue) = 183+64+100=347 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.74% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 100 (39.45% from 255 or 28.82% from 347); Max value from RGB is 183 - color contains mainly: red. Hex color #B74064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74064 is #48BF9B. Grayscale: #676767. Windows color (decimal): -4767644 or 6570167. OLE color: 6570167.

HSL color Cylindrical-coordinate representation of color #B74064: hue angle of 341.85º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B74064 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB18364100-
CMYK00.650.450.28
HSL341.85º48.18%48.43%-
HSV(B)341.85º65.03%71.76%-
XYZ23.6614.6513.64-
YUV103.68125.92184.57-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.74%
GREEN value IS 64 (25.39% from 255) = 18.44%
BLUE value IS 100 (39.45% from 255) = 28.82%
R=52.74%
G=18.44%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836410000.650.450.28341.8548.1848.43
HexB740640412D1C1563030
Octal267100144010155345266060
Binary10110111100000011001000100000110110111100101010110110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74064; }

 p { color: rgb(183,64,100); }

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

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

 a { background-color: rgb(183,64,100); }

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

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

 span { border-color: rgb(183,64,100); }

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