#B83B60

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

Shades of Rouge #B83B60

Tints of Rouge #B83B60

Color information

#B83B60 (or 0xB83B60) is unknown color: approx Rouge. HEX triplet: B8, 3B and 60. RGB value is (184,59,96). Sum of RGB (Red+Green+Blue) = 184+59+96=339 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.28% from 339); Green value is 59 (23.44% from 255 or 17.40% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 184 - color contains mainly: red. Hex color #B83B60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83B60 is #47C49F. Grayscale: #646464. Windows color (decimal): -4703392 or 6306744. OLE color: 6306744.

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

Color convert

RGB1845996-
CMYK00.680.480.28
HSL342.24º51.44%47.65%-
HSV(B)342.24º67.93%72.16%-
XYZ23.4414.1612.56-
YUV100.59125.41187.49-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 54.28%
GREEN value IS 59 (23.44% from 255) = 17.40%
BLUE value IS 96 (37.89% from 255) = 28.32%
R=54.28%
G=17.40%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184599600.680.480.28342.2451.4447.65
HexB83B60044301C1563330
Octal27073140010460345266360
Binary1011100011101111000000100010011000011100101010110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83B60; }

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

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

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

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

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

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

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

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