#B93360

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

Shades of Rouge #B93360

Tints of Rouge #B93360

Color information

#B93360 (or 0xB93360) is unknown color: approx Rouge. HEX triplet: B9, 33 and 60. RGB value is (185,51,96). Sum of RGB (Red+Green+Blue) = 185+51+96=332 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.72% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 185 - color contains mainly: red. Hex color #B93360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93360 is #46CC9F. Grayscale: #606060. Windows color (decimal): -4639904 or 6304697. OLE color: 6304697.

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

Color convert

RGB1855196-
CMYK00.720.480.27
HSL339.85º56.78%46.27%-
HSV(B)339.85º72.43%72.55%-
XYZ23.313.5312.45-
YUV96.2127.89191.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.72%
GREEN value IS 51 (20.31% from 255) = 15.36%
BLUE value IS 96 (37.89% from 255) = 28.92%
R=55.72%
G=15.36%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185519600.720.480.27339.8556.7846.27
HexB93360048301B154392e
Octal27163140011060335247156
Binary1011100111001111000000100100011000011011101010100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93360; }

 p { color: rgb(185,51,96); }

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

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

 a { background-color: rgb(185,51,96); }

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

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

 span { border-color: rgb(185,51,96); }

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