#B83960

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

Shades of Rouge #B83960

Tints of Rouge #B83960

Color information

#B83960 (or 0xB83960) is unknown color: approx Rouge. HEX triplet: B8, 39 and 60. RGB value is (184,57,96). Sum of RGB (Red+Green+Blue) = 184+57+96=337 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.60% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 184 - color contains mainly: red. Hex color #B83960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83960 is #47C69F. Grayscale: #636363. Windows color (decimal): -4703904 or 6306232. OLE color: 6306232.

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

Color convert

RGB1845796-
CMYK00.690.480.28
HSL341.57º52.7%47.25%-
HSV(B)341.57º69.02%72.16%-
XYZ23.3413.9612.53-
YUV99.42126.08188.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 54.60%
GREEN value IS 57 (22.66% from 255) = 16.91%
BLUE value IS 96 (37.89% from 255) = 28.49%
R=54.60%
G=16.91%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184579600.690.480.28341.5752.747.25
HexB83960045301C156352f
Octal27071140010560345266557
Binary1011100011100111000000100010111000011100101010110110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83960; }

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

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

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

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

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

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

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

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