#B73262

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

Shades of Rouge #B73262

Tints of Rouge #B73262

Color information

#B73262 (or 0xB73262) is unknown color: approx Rouge. HEX triplet: B7, 32 and 62. RGB value is (183,50,98). Sum of RGB (Red+Green+Blue) = 183+50+98=331 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.29% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 183 - color contains mainly: red. Hex color #B73262 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73262 is #48CD9D. Grayscale: #5F5F5F. Windows color (decimal): -4771230 or 6435511. OLE color: 6435511.

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

Color convert

RGB1835098-
CMYK00.730.460.28
HSL338.35º57.08%45.69%-
HSV(B)338.35º72.68%71.76%-
XYZ22.8713.2312.9-
YUV95.24129.56190.6-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.29%
GREEN value IS 50 (19.92% from 255) = 15.11%
BLUE value IS 98 (38.67% from 255) = 29.61%
R=55.29%
G=15.11%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183509800.730.460.28338.3557.0845.69
HexB732620492E1C152392e
Octal26762142011156345227156
Binary1011011111001011000100100100110111011100101010010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73262; }

 p { color: rgb(183,50,98); }

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

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

 a { background-color: rgb(183,50,98); }

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

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

 span { border-color: rgb(183,50,98); }

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