#B73A5C

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

Shades of Rouge #B73A5C

Tints of Rouge #B73A5C

Color information

#B73A5C (or 0xB73A5C) is unknown color: approx Rouge. HEX triplet: B7, 3A and 5C. RGB value is (183,58,92). Sum of RGB (Red+Green+Blue) = 183+58+92=333 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.95% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 183 - color contains mainly: red. Hex color #B73A5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73A5C is #48C5A3. Grayscale: #636363. Windows color (decimal): -4769188 or 6044343. OLE color: 6044343.

HSL color Cylindrical-coordinate representation of color #B73A5C: hue angle of 343.68º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B73A5C is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB1835892-
CMYK00.680.500.28
HSL343.68º51.87%47.25%-
HSV(B)343.68º68.31%71.76%-
XYZ22.9713.8711.59-
YUV99.25123.91187.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.95%
GREEN value IS 58 (23.05% from 255) = 17.42%
BLUE value IS 92 (36.33% from 255) = 27.63%
R=54.95%
G=17.42%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183589200.680.500.28343.6851.8747.25
HexB73A5C044321C158342f
Octal26772134010462345306457
Binary1011011111101010111000100010011001011100101011000110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73A5C; }

 p { color: rgb(183,58,92); }

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

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

 a { background-color: rgb(183,58,92); }

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

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

 span { border-color: rgb(183,58,92); }

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