#B9306A

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

Shades of Rouge #B9306A

Tints of Rouge #B9306A

Color information

#B9306A (or 0xB9306A) is unknown color: approx Rouge. HEX triplet: B9, 30 and 6A. RGB value is (185,48,106). Sum of RGB (Red+Green+Blue) = 185+48+106=339 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.57% from 339); Green value is 48 (19.14% from 255 or 14.16% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 185 - color contains mainly: red. Hex color #B9306A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9306A is #46CF95. Grayscale: #5F5F5F. Windows color (decimal): -4640662 or 6959289. OLE color: 6959289.

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

Color convert

RGB18548106-
CMYK00.740.430.27
HSL334.6º58.8%45.69%-
HSV(B)334.6º74.05%72.55%-
XYZ23.6713.4714.99-
YUV95.58133.89191.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.57%
GREEN value IS 48 (19.14% from 255) = 14.16%
BLUE value IS 106 (41.80% from 255) = 31.27%
R=54.57%
G=14.16%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1854810600.740.430.27334.658.845.69
HexB9306A04A2B1B14f3b2e
Octal27160152011253335177356
Binary1011100111000011010100100101010101111011101001111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9306A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9306A; }

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

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

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

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

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

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

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

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