#B9365E

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

Shades of Rouge #B9365E

Tints of Rouge #B9365E

Color information

#B9365E (or 0xB9365E) is unknown color: approx Rouge. HEX triplet: B9, 36 and 5E. RGB value is (185,54,94). Sum of RGB (Red+Green+Blue) = 185+54+94=333 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.56% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 185 - color contains mainly: red. Hex color #B9365E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9365E is #46C9A1. Grayscale: #616161. Windows color (decimal): -4639138 or 6174393. OLE color: 6174393.

HSL color Cylindrical-coordinate representation of color #B9365E: hue angle of 341.68º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B9365E is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB1855494-
CMYK00.710.490.27
HSL341.68º54.81%46.86%-
HSV(B)341.68º70.81%72.55%-
XYZ23.3513.7612.02-
YUV97.73125.9190.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.56%
GREEN value IS 54 (21.48% from 255) = 16.22%
BLUE value IS 94 (37.11% from 255) = 28.23%
R=55.56%
G=16.22%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185549400.710.490.27341.6854.8146.86
HexB9365E047311B156372f
Octal27166136010761335266757
Binary1011100111011010111100100011111000111011101010110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9365E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9365E; }

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

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

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

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

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

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

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

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