#B93B63

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

Shades of Rouge #B93B63

Tints of Rouge #B93B63

Color information

#B93B63 (or 0xB93B63) is unknown color: approx Rouge. HEX triplet: B9, 3B and 63. RGB value is (185,59,99). Sum of RGB (Red+Green+Blue) = 185+59+99=343 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.94% from 343); Green value is 59 (23.44% from 255 or 17.20% from 343); Blue value is 99 (39.06% from 255 or 28.86% from 343); Max value from RGB is 185 - color contains mainly: red. Hex color #B93B63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93B63 is #46C49C. Grayscale: #656565. Windows color (decimal): -4637853 or 6503353. OLE color: 6503353.

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

Color convert

RGB1855999-
CMYK00.680.460.27
HSL340.95º51.64%47.84%-
HSV(B)340.95º68.11%72.55%-
XYZ23.8214.3413.32-
YUV101.23126.74187.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.94%
GREEN value IS 59 (23.44% from 255) = 17.20%
BLUE value IS 99 (39.06% from 255) = 28.86%
R=53.94%
G=17.20%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185599900.680.460.27340.9551.6447.84
HexB93B630442E1B1553430
Octal27173143010456335256460
Binary1011100111101111000110100010010111011011101010101110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93B63; }

 p { color: rgb(185,59,99); }

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

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

 a { background-color: rgb(185,59,99); }

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

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

 span { border-color: rgb(185,59,99); }

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