#B7336F

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

Shades of Rouge #B7336F

Tints of Rouge #B7336F

Color information

#B7336F (or 0xB7336F) is unknown color: approx Rouge. HEX triplet: B7, 33 and 6F. RGB value is (183,51,111). Sum of RGB (Red+Green+Blue) = 183+51+111=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B7336F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7336F is #48CC90. Grayscale: #616161. Windows color (decimal): -4770961 or 7287735. OLE color: 7287735.

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

Color convert

RGB18351111-
CMYK00.720.390.28
HSL332.73º56.41%45.88%-
HSV(B)332.73º72.13%71.76%-
XYZ23.5813.5816.42-
YUV97.31135.73189.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.04%
GREEN value IS 51 (20.31% from 255) = 14.78%
BLUE value IS 111 (43.75% from 255) = 32.17%
R=53.04%
G=14.78%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835111100.720.390.28332.7356.4145.88
HexB7336F048271C14d382e
Octal26763157011047345157056
Binary1011011111001111011110100100010011111100101001101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7336F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7336F; }

 p { color: rgb(183,51,111); }

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

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

 a { background-color: rgb(183,51,111); }

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

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

 span { border-color: rgb(183,51,111); }

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