#B73664

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

Shades of Rouge #B73664

Tints of Rouge #B73664

Color information

#B73664 (or 0xB73664) is unknown color: approx Rouge. HEX triplet: B7, 36 and 64. RGB value is (183,54,100). Sum of RGB (Red+Green+Blue) = 183+54+100=337 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.30% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 183 - color contains mainly: red. Hex color #B73664 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73664 is #48C99B. Grayscale: #616161. Windows color (decimal): -4770204 or 6567607. OLE color: 6567607.

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

Color convert

RGB18354100-
CMYK00.700.450.28
HSL338.6º54.43%46.47%-
HSV(B)338.6º70.49%71.76%-
XYZ23.1513.6313.47-
YUV97.82129.24188.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.30%
GREEN value IS 54 (21.48% from 255) = 16.02%
BLUE value IS 100 (39.45% from 255) = 29.67%
R=54.30%
G=16.02%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835410000.700.450.28338.654.4346.47
HexB736640462D1C153362e
Octal26766144010655345236656
Binary1011011111011011001000100011010110111100101010011110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73664; }

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

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

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

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

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

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

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

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