#B7365E

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

Shades of Rouge #B7365E

Tints of Rouge #B7365E

Color information

#B7365E (or 0xB7365E) is unknown color: approx Rouge. HEX triplet: B7, 36 and 5E. RGB value is (183,54,94). Sum of RGB (Red+Green+Blue) = 183+54+94=331 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.29% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 183 - color contains mainly: red. Hex color #B7365E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7365E is #48C9A1. Grayscale: #616161. Windows color (decimal): -4770210 or 6174391. OLE color: 6174391.

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

Color convert

RGB1835494-
CMYK00.700.490.28
HSL341.4º54.43%46.47%-
HSV(B)341.4º70.49%71.76%-
XYZ22.8713.5111.99-
YUV97.13126.24189.25-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.29%
GREEN value IS 54 (21.48% from 255) = 16.31%
BLUE value IS 94 (37.11% from 255) = 28.40%
R=55.29%
G=16.31%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183549400.700.490.28341.454.4346.47
HexB7365E046311C155362e
Octal26766136010661345256656
Binary1011011111011010111100100011011000111100101010101110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7365E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7365E; }

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

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

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

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

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

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

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

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