#B74162

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

Shades of Rouge #B74162

Tints of Rouge #B74162

Color information

#B74162 (or 0xB74162) is unknown color: approx Rouge. HEX triplet: B7, 41 and 62. RGB value is (183,65,98). Sum of RGB (Red+Green+Blue) = 183+65+98=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B74162 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74162 is #48BE9D. Grayscale: #686868. Windows color (decimal): -4767390 or 6439351. OLE color: 6439351.

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

Color convert

RGB1836598-
CMYK00.640.460.28
HSL343.22º47.58%48.63%-
HSV(B)343.22º64.48%71.76%-
XYZ23.6214.7313.15-
YUV104.04124.59184.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.89%
GREEN value IS 65 (25.78% from 255) = 18.79%
BLUE value IS 98 (38.67% from 255) = 28.32%
R=52.89%
G=18.79%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183659800.640.460.28343.2247.5848.63
HexB741620402E1C1573031
Octal267101142010056345276061
Binary10110111100000111000100100000010111011100101010111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74162; }

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

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

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

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

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

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

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

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