#B93B5F

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

Shades of Rouge #B93B5F

Tints of Rouge #B93B5F

Color information

#B93B5F (or 0xB93B5F) is unknown color: approx Rouge. HEX triplet: B9, 3B and 5F. RGB value is (185,59,95). Sum of RGB (Red+Green+Blue) = 185+59+95=339 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.57% from 339); Green value is 59 (23.44% from 255 or 17.40% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 185 - color contains mainly: red. Hex color #B93B5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93B5F is #46C4A0. Grayscale: #646464. Windows color (decimal): -4637857 or 6241209. OLE color: 6241209.

HSL color Cylindrical-coordinate representation of color #B93B5F: hue angle of 342.86º 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 #B93B5F is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB1855995-
CMYK00.680.490.27
HSL342.86º51.64%47.84%-
HSV(B)342.86º68.11%72.55%-
XYZ23.6414.2712.33-
YUV100.78124.74188.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.57%
GREEN value IS 59 (23.44% from 255) = 17.40%
BLUE value IS 95 (37.5% from 255) = 28.02%
R=54.57%
G=17.40%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185599500.680.490.27342.8651.6447.84
HexB93B5F044311B1573430
Octal27173137010461335276460
Binary1011100111101110111110100010011000111011101010111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93B5F; }

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

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

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

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

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

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

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

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