#B83560

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

Shades of Rouge #B83560

Tints of Rouge #B83560

Color information

#B83560 (or 0xB83560) is unknown color: approx Rouge. HEX triplet: B8, 35 and 60. RGB value is (184,53,96). Sum of RGB (Red+Green+Blue) = 184+53+96=333 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.26% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 184 - color contains mainly: red. Hex color #B83560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83560 is #47CA9F. Grayscale: #616161. Windows color (decimal): -4704928 or 6305208. OLE color: 6305208.

HSL color Cylindrical-coordinate representation of color #B83560: hue angle of 340.31º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B83560 is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB1845396-
CMYK00.710.480.28
HSL340.31º55.27%46.47%-
HSV(B)340.31º71.2%72.16%-
XYZ23.1513.5812.47-
YUV97.07127.4190-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.26%
GREEN value IS 53 (21.09% from 255) = 15.92%
BLUE value IS 96 (37.89% from 255) = 28.83%
R=55.26%
G=15.92%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184539600.710.480.28340.3155.2746.47
HexB83560047301C154372e
Octal27065140010760345246756
Binary1011100011010111000000100011111000011100101010100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83560; }

 p { color: rgb(184,53,96); }

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

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

 a { background-color: rgb(184,53,96); }

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

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

 span { border-color: rgb(184,53,96); }

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