#B83961

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

Shades of Rouge #B83961

Tints of Rouge #B83961

Color information

#B83961 (or 0xB83961) is unknown color: approx Rouge. HEX triplet: B8, 39 and 61. RGB value is (184,57,97). Sum of RGB (Red+Green+Blue) = 184+57+97=338 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.44% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 97 (38.28% from 255 or 28.70% from 338); Max value from RGB is 184 - color contains mainly: red. Hex color #B83961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83961 is #47C69E. Grayscale: #636363. Windows color (decimal): -4703903 or 6371768. OLE color: 6371768.

HSL color Cylindrical-coordinate representation of color #B83961: hue angle of 341.1º 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 #B83961 is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB1845797-
CMYK00.690.470.28
HSL341.1º52.7%47.25%-
HSV(B)341.1º69.02%72.16%-
XYZ23.3913.9812.77-
YUV99.53126.58188.25-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 54.44%
GREEN value IS 57 (22.66% from 255) = 16.86%
BLUE value IS 97 (38.28% from 255) = 28.70%
R=54.44%
G=16.86%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184579700.690.470.28341.152.747.25
HexB839610452F1C155352f
Octal27071141010557345256557
Binary1011100011100111000010100010110111111100101010101110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83961; }

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

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

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

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

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

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

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

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