#B9306D

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

Shades of Rouge #B9306D

Tints of Rouge #B9306D

Color information

#B9306D (or 0xB9306D) is unknown color: approx Rouge. HEX triplet: B9, 30 and 6D. RGB value is (185,48,109). Sum of RGB (Red+Green+Blue) = 185+48+109=342 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.09% from 342); Green value is 48 (19.14% from 255 or 14.04% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 185 - color contains mainly: red. Hex color #B9306D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9306D is #46CF92. Grayscale: #5F5F5F. Windows color (decimal): -4640659 or 7155897. OLE color: 7155897.

HSL color Cylindrical-coordinate representation of color #B9306D: hue angle of 333.28º 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 #B9306D is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB18548109-
CMYK00.740.410.27
HSL333.28º58.8%45.69%-
HSV(B)333.28º74.05%72.55%-
XYZ23.8213.5315.82-
YUV95.92135.39191.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.09%
GREEN value IS 48 (19.14% from 255) = 14.04%
BLUE value IS 109 (42.97% from 255) = 31.87%
R=54.09%
G=14.04%
B=31.87%

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
Decimal1854810900.740.410.27333.2858.845.69
HexB9306D04A291B14d3b2e
Octal27160155011251335157356
Binary1011100111000011011010100101010100111011101001101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9306D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9306D; }

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

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

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

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

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

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

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

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