#B7346B

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

Shades of Rouge #B7346B

Tints of Rouge #B7346B

Color information

#B7346B (or 0xB7346B) is unknown color: approx Rouge. HEX triplet: B7, 34 and 6B. RGB value is (183,52,107). Sum of RGB (Red+Green+Blue) = 183+52+107=342 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.51% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 183 - color contains mainly: red. Hex color #B7346B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7346B is #48CB94. Grayscale: #616161. Windows color (decimal): -4770709 or 7025847. OLE color: 7025847.

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

Color convert

RGB18352107-
CMYK00.720.420.28
HSL334.81º55.74%46.08%-
HSV(B)334.81º71.58%71.76%-
XYZ23.4113.5815.3-
YUV97.44133.4189.03-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.51%
GREEN value IS 52 (20.70% from 255) = 15.20%
BLUE value IS 107 (42.19% from 255) = 31.29%
R=53.51%
G=15.20%
B=31.29%

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
Decimal1835210700.720.420.28334.8155.7446.08
HexB7346B0482A1C14f382e
Octal26764153011052345177056
Binary1011011111010011010110100100010101011100101001111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7346B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7346B; }

 p { color: rgb(183,52,107); }

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

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

 a { background-color: rgb(183,52,107); }

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

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

 span { border-color: rgb(183,52,107); }

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