#B9306E

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

Shades of Rouge #B9306E

Tints of Rouge #B9306E

Color information

#B9306E (or 0xB9306E) is unknown color: approx Rouge. HEX triplet: B9, 30 and 6E. RGB value is (185,48,110). Sum of RGB (Red+Green+Blue) = 185+48+110=343 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.94% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 185 - color contains mainly: red. Hex color #B9306E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9306E is #46CF91. Grayscale: #5F5F5F. Windows color (decimal): -4640658 or 7221433. OLE color: 7221433.

HSL color Cylindrical-coordinate representation of color #B9306E: hue angle of 332.85º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B9306E is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB18548110-
CMYK00.740.410.27
HSL332.85º58.8%45.69%-
HSV(B)332.85º74.05%72.55%-
XYZ23.8813.5516.11-
YUV96.03135.89191.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.94%
GREEN value IS 48 (19.14% from 255) = 13.99%
BLUE value IS 110 (43.36% from 255) = 32.07%
R=53.94%
G=13.99%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1854811000.740.410.27332.8558.845.69
HexB9306E04A291B14d3b2e
Octal27160156011251335157356
Binary1011100111000011011100100101010100111011101001101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9306E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9306E; }

 p { color: rgb(185,48,110); }

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

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

 a { background-color: rgb(185,48,110); }

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

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

 span { border-color: rgb(185,48,110); }

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