#B93069

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

Shades of Rouge #B93069

Tints of Rouge #B93069

Color information

#B93069 (or 0xB93069) is unknown color: approx Rouge. HEX triplet: B9, 30 and 69. RGB value is (185,48,105). Sum of RGB (Red+Green+Blue) = 185+48+105=338 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.73% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 185 - color contains mainly: red. Hex color #B93069 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93069 is #46CF96. Grayscale: #5F5F5F. Windows color (decimal): -4640663 or 6893753. OLE color: 6893753.

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

Color convert

RGB18548105-
CMYK00.740.430.27
HSL335.04º58.8%45.69%-
HSV(B)335.04º74.05%72.55%-
XYZ23.6113.4514.72-
YUV95.46133.39191.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.73%
GREEN value IS 48 (19.14% from 255) = 14.20%
BLUE value IS 105 (41.41% from 255) = 31.07%
R=54.73%
G=14.20%
B=31.07%

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
Decimal1854810500.740.430.27335.0458.845.69
HexB9306904A2B1B14f3b2e
Octal27160151011253335177356
Binary1011100111000011010010100101010101111011101001111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93069; }

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

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

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

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

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

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

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

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