#B7365B

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

Shades of Rouge #B7365B

Tints of Rouge #B7365B

Color information

#B7365B (or 0xB7365B) is unknown color: approx Rouge. HEX triplet: B7, 36 and 5B. RGB value is (183,54,91). Sum of RGB (Red+Green+Blue) = 183+54+91=328 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.79% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 183 - color contains mainly: red. Hex color #B7365B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7365B is #48C9A4. Grayscale: #606060. Windows color (decimal): -4770213 or 5977783. OLE color: 5977783.

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

Color convert

RGB1835491-
CMYK00.700.500.28
HSL342.79º54.43%46.47%-
HSV(B)342.79º70.49%71.76%-
XYZ22.7413.4611.3-
YUV96.79124.74189.49-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.79%
GREEN value IS 54 (21.48% from 255) = 16.46%
BLUE value IS 91 (35.94% from 255) = 27.74%
R=55.79%
G=16.46%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183549100.700.500.28342.7954.4346.47
HexB7365B046321C157362e
Octal26766133010662345276656
Binary1011011111011010110110100011011001011100101010111110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7365B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7365B; }

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

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

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

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

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

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

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

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