#B93468

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

Shades of Rouge #B93468

Tints of Rouge #B93468

Color information

#B93468 (or 0xB93468) is unknown color: approx Rouge. HEX triplet: B9, 34 and 68. RGB value is (185,52,104). Sum of RGB (Red+Green+Blue) = 185+52+104=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B93468 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93468 is #46CB97. Grayscale: #616161. Windows color (decimal): -4639640 or 6829241. OLE color: 6829241.

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

Color convert

RGB18552104-
CMYK00.720.440.27
HSL336.54º56.12%46.47%-
HSV(B)336.54º71.89%72.55%-
XYZ23.7313.7714.5-
YUV97.7131.56190.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.25%
GREEN value IS 52 (20.70% from 255) = 15.25%
BLUE value IS 104 (41.02% from 255) = 30.50%
R=54.25%
G=15.25%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855210400.720.440.27336.5456.1246.47
HexB934680482C1B151382e
Octal27164150011054335217056
Binary1011100111010011010000100100010110011011101010001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93468; }

 p { color: rgb(185,52,104); }

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

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

 a { background-color: rgb(185,52,104); }

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

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

 span { border-color: rgb(185,52,104); }

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