#B73066

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

Shades of Rouge #B73066

Tints of Rouge #B73066

Color information

#B73066 (or 0xB73066) is unknown color: approx Rouge. HEX triplet: B7, 30 and 66. RGB value is (183,48,102). Sum of RGB (Red+Green+Blue) = 183+48+102=333 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.95% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 183 - color contains mainly: red. Hex color #B73066 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73066 is #48CF99. Grayscale: #5E5E5E. Windows color (decimal): -4771738 or 6697143. OLE color: 6697143.

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

Color convert

RGB18348102-
CMYK00.740.440.28
HSL336º58.44%45.29%-
HSV(B)336º73.77%71.76%-
XYZ22.9813.1413.9-
YUV94.52132.23191.11-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.95%
GREEN value IS 48 (19.14% from 255) = 14.41%
BLUE value IS 102 (40.23% from 255) = 30.63%
R=54.95%
G=14.41%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834810200.740.440.2833658.4445.29
HexB7306604A2C1C1503a2d
Octal26760146011254345207255
Binary1011011111000011001100100101010110011100101010000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73066; }

 p { color: rgb(183,48,102); }

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

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

 a { background-color: rgb(183,48,102); }

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

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

 span { border-color: rgb(183,48,102); }

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