#B93269

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

Shades of Rouge #B93269

Tints of Rouge #B93269

Color information

#B93269 (or 0xB93269) is unknown color: approx Rouge. HEX triplet: B9, 32 and 69. RGB value is (185,50,105). Sum of RGB (Red+Green+Blue) = 185+50+105=340 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.41% from 340); Green value is 50 (19.92% from 255 or 14.71% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 185 - color contains mainly: red. Hex color #B93269 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93269 is #46CD96. Grayscale: #606060. Windows color (decimal): -4640151 or 6894265. OLE color: 6894265.

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

Color convert

RGB18550105-
CMYK00.730.430.27
HSL335.56º57.45%46.08%-
HSV(B)335.56º72.97%72.55%-
XYZ23.713.6214.74-
YUV96.64132.73191.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.41%
GREEN value IS 50 (19.92% from 255) = 14.71%
BLUE value IS 105 (41.41% from 255) = 30.88%
R=54.41%
G=14.71%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855010500.730.430.27335.5657.4546.08
HexB932690492B1B150392e
Octal27162151011153335207156
Binary1011100111001011010010100100110101111011101010000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93269; }

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

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

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

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

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

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

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

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