#B74163

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

Shades of Rouge #B74163

Tints of Rouge #B74163

Color information

#B74163 (or 0xB74163) is unknown color: approx Rouge. HEX triplet: B7, 41 and 63. RGB value is (183,65,99). Sum of RGB (Red+Green+Blue) = 183+65+99=347 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.74% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 99 (39.06% from 255 or 28.53% from 347); Max value from RGB is 183 - color contains mainly: red. Hex color #B74163 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74163 is #48BE9C. Grayscale: #686868. Windows color (decimal): -4767389 or 6504887. OLE color: 6504887.

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

Color convert

RGB1836599-
CMYK00.640.460.28
HSL342.71º47.58%48.63%-
HSV(B)342.71º64.48%71.76%-
XYZ23.6714.7513.4-
YUV104.16125.09184.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.74%
GREEN value IS 65 (25.78% from 255) = 18.73%
BLUE value IS 99 (39.06% from 255) = 28.53%
R=52.74%
G=18.73%
B=28.53%

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
Decimal183659900.640.460.28342.7147.5848.63
HexB741630402E1C1573031
Octal267101143010056345276061
Binary10110111100000111000110100000010111011100101010111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74163; }

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

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

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

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

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

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

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

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