#B9306B

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

Shades of Rouge #B9306B

Tints of Rouge #B9306B

Color information

#B9306B (or 0xB9306B) is unknown color: approx Rouge. HEX triplet: B9, 30 and 6B. RGB value is (185,48,107). Sum of RGB (Red+Green+Blue) = 185+48+107=340 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.41% from 340); Green value is 48 (19.14% from 255 or 14.12% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 185 - color contains mainly: red. Hex color #B9306B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9306B is #46CF94. Grayscale: #5F5F5F. Windows color (decimal): -4640661 or 7024825. OLE color: 7024825.

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

Color convert

RGB18548107-
CMYK00.740.420.27
HSL334.16º58.8%45.69%-
HSV(B)334.16º74.05%72.55%-
XYZ23.7213.4915.26-
YUV95.69134.39191.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.41%
GREEN value IS 48 (19.14% from 255) = 14.12%
BLUE value IS 107 (42.19% from 255) = 31.47%
R=54.41%
G=14.12%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1854810700.740.420.27334.1658.845.69
HexB9306B04A2A1B14e3b2e
Octal27160153011252335167356
Binary1011100111000011010110100101010101011011101001110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9306B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9306B; }

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

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

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

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

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

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

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

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