#B73268

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

Shades of Rouge #B73268

Tints of Rouge #B73268

Color information

#B73268 (or 0xB73268) is unknown color: approx Rouge. HEX triplet: B7, 32 and 68. RGB value is (183,50,104). Sum of RGB (Red+Green+Blue) = 183+50+104=337 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.30% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 183 - color contains mainly: red. Hex color #B73268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73268 is #48CD97. Grayscale: #5F5F5F. Windows color (decimal): -4771224 or 6828727. OLE color: 6828727.

HSL color Cylindrical-coordinate representation of color #B73268: hue angle of 335.64º 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 #B73268 is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB18350104-
CMYK00.730.430.28
HSL335.64º57.08%45.69%-
HSV(B)335.64º72.68%71.76%-
XYZ23.1713.3514.45-
YUV95.92132.56190.11-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.30%
GREEN value IS 50 (19.92% from 255) = 14.84%
BLUE value IS 104 (41.02% from 255) = 30.86%
R=54.30%
G=14.84%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835010400.730.430.28335.6457.0845.69
HexB732680492B1C150392e
Octal26762150011153345207156
Binary1011011111001011010000100100110101111100101010000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73268; }

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

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

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

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

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

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

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

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