#B93A61

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

Shades of Rouge #B93A61

Tints of Rouge #B93A61

Color information

#B93A61 (or 0xB93A61) is unknown color: approx Rouge. HEX triplet: B9, 3A and 61. RGB value is (185,58,97). Sum of RGB (Red+Green+Blue) = 185+58+97=340 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.41% from 340); Green value is 58 (23.05% from 255 or 17.06% from 340); Blue value is 97 (38.28% from 255 or 28.53% from 340); Max value from RGB is 185 - color contains mainly: red. Hex color #B93A61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93A61 is #46C59E. Grayscale: #646464. Windows color (decimal): -4638111 or 6372025. OLE color: 6372025.

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

Color convert

RGB1855897-
CMYK00.690.480.27
HSL341.57º52.26%47.65%-
HSV(B)341.57º68.65%72.55%-
XYZ23.6814.212.8-
YUV100.42126.08188.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.41%
GREEN value IS 58 (23.05% from 255) = 17.06%
BLUE value IS 97 (38.28% from 255) = 28.53%
R=54.41%
G=17.06%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185589700.690.480.27341.5752.2647.65
HexB93A61045301B1563430
Octal27172141010560335266460
Binary1011100111101011000010100010111000011011101010110110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93A61; }

 p { color: rgb(185,58,97); }

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

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

 a { background-color: rgb(185,58,97); }

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

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

 span { border-color: rgb(185,58,97); }

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