#B93865

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

Shades of Rouge #B93865

Tints of Rouge #B93865

Color information

#B93865 (or 0xB93865) is unknown color: approx Rouge. HEX triplet: B9, 38 and 65. RGB value is (185,56,101). Sum of RGB (Red+Green+Blue) = 185+56+101=342 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.09% from 342); Green value is 56 (22.27% from 255 or 16.37% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 185 - color contains mainly: red. Hex color #B93865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93865 is #46C79A. Grayscale: #636363. Windows color (decimal): -4638619 or 6633657. OLE color: 6633657.

HSL color Cylindrical-coordinate representation of color #B93865: hue angle of 339.07º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B93865 is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB18556101-
CMYK00.700.450.27
HSL339.07º53.53%47.25%-
HSV(B)339.07º69.73%72.55%-
XYZ23.7714.0813.78-
YUV99.7128.74188.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.09%
GREEN value IS 56 (22.27% from 255) = 16.37%
BLUE value IS 101 (39.84% from 255) = 29.53%
R=54.09%
G=16.37%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855610100.700.450.27339.0753.5347.25
HexB938650462D1B153362f
Octal27170145010655335236657
Binary1011100111100011001010100011010110111011101010011110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93865; }

 p { color: rgb(185,56,101); }

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

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

 a { background-color: rgb(185,56,101); }

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

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

 span { border-color: rgb(185,56,101); }

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