#B7336A

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

Shades of Rouge #B7336A

Tints of Rouge #B7336A

Color information

#B7336A (or 0xB7336A) is unknown color: approx Rouge. HEX triplet: B7, 33 and 6A. RGB value is (183,51,106). Sum of RGB (Red+Green+Blue) = 183+51+106=340 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.82% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 183 - color contains mainly: red. Hex color #B7336A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7336A is #48CC95. Grayscale: #606060. Windows color (decimal): -4770966 or 6960055. OLE color: 6960055.

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

Color convert

RGB18351106-
CMYK00.720.420.28
HSL335º56.41%45.88%-
HSV(B)335º72.13%71.76%-
XYZ23.3113.4815.01-
YUV96.74133.23189.53-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.82%
GREEN value IS 51 (20.31% from 255) = 15%
BLUE value IS 106 (41.80% from 255) = 31.18%
R=53.82%
G=15%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835110600.720.420.2833556.4145.88
HexB7336A0482A1C14f382e
Octal26763152011052345177056
Binary1011011111001111010100100100010101011100101001111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7336A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7336A; }

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

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

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

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

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

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

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

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