#B7366D

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

Shades of Rouge #B7366D

Tints of Rouge #B7366D

Color information

#B7366D (or 0xB7366D) is unknown color: approx Rouge. HEX triplet: B7, 36 and 6D. RGB value is (183,54,109). Sum of RGB (Red+Green+Blue) = 183+54+109=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B7366D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7366D is #48C992. Grayscale: #626262. Windows color (decimal): -4770195 or 7157431. OLE color: 7157431.

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

Color convert

RGB18354109-
CMYK00.700.400.28
HSL334.42º54.43%46.47%-
HSV(B)334.42º70.49%71.76%-
XYZ23.6113.8115.89-
YUV98.84133.74188.03-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.89%
GREEN value IS 54 (21.48% from 255) = 15.61%
BLUE value IS 109 (42.97% from 255) = 31.50%
R=52.89%
G=15.61%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835410900.700.400.28334.4254.4346.47
HexB7366D046281C14e362e
Octal26766155010650345166656
Binary1011011111011011011010100011010100011100101001110110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7366D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7366D; }

 p { color: rgb(183,54,109); }

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

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

 a { background-color: rgb(183,54,109); }

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

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

 span { border-color: rgb(183,54,109); }

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