#B74367

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

Shades of Rouge #B74367

Tints of Rouge #B74367

Color information

#B74367 (or 0xB74367) is unknown color: approx Rouge. HEX triplet: B7, 43 and 67. RGB value is (183,67,103). Sum of RGB (Red+Green+Blue) = 183+67+103=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 67 (26.56% from 255 or 18.98% from 353); Blue value is 103 (40.62% from 255 or 29.18% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B74367 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74367 is #48BC98. Grayscale: #696969. Windows color (decimal): -4766873 or 6767543. OLE color: 6767543.

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

Color convert

RGB18367103-
CMYK00.630.440.28
HSL341.38º46.4%49.02%-
HSV(B)341.38º63.39%71.76%-
XYZ23.9815.0614.47-
YUV105.79126.43183.07-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.84%
GREEN value IS 67 (26.56% from 255) = 18.98%
BLUE value IS 103 (40.62% from 255) = 29.18%
R=51.84%
G=18.98%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836710300.630.440.28341.3846.449.02
HexB7436703F2C1C1552e31
Octal26710314707754345255661
Binary1011011110000111100111011111110110011100101010101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74367; }

 p { color: rgb(183,67,103); }

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

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

 a { background-color: rgb(183,67,103); }

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

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

 span { border-color: rgb(183,67,103); }

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