#B93D64

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

Shades of Rouge #B93D64

Tints of Rouge #B93D64

Color information

#B93D64 (or 0xB93D64) is unknown color: approx Rouge. HEX triplet: B9, 3D and 64. RGB value is (185,61,100). Sum of RGB (Red+Green+Blue) = 185+61+100=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93D64 is #46C29B. Grayscale: #666666. Windows color (decimal): -4637340 or 6569401. OLE color: 6569401.

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

Color convert

RGB18561100-
CMYK00.670.460.27
HSL341.13º50.41%48.24%-
HSV(B)341.13º67.03%72.55%-
XYZ23.9814.5713.61-
YUV102.52126.58186.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.47%
GREEN value IS 61 (24.22% from 255) = 17.63%
BLUE value IS 100 (39.45% from 255) = 28.90%
R=53.47%
G=17.63%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856110000.670.460.27341.1350.4148.24
HexB93D640432E1B1553230
Octal27175144010356335256260
Binary1011100111110111001000100001110111011011101010101110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93D64; }

 p { color: rgb(185,61,100); }

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

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

 a { background-color: rgb(185,61,100); }

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

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

 span { border-color: rgb(185,61,100); }

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