#B83865

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

Shades of Rouge #B83865

Tints of Rouge #B83865

Color information

#B83865 (or 0xB83865) is unknown color: approx Rouge. HEX triplet: B8, 38 and 65. RGB value is (184,56,101). Sum of RGB (Red+Green+Blue) = 184+56+101=341 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.96% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 184 - color contains mainly: red. Hex color #B83865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83865 is #47C79A. Grayscale: #636363. Windows color (decimal): -4704155 or 6633656. OLE color: 6633656.

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

Color convert

RGB18456101-
CMYK00.700.450.28
HSL338.91º53.33%47.06%-
HSV(B)338.91º69.57%72.16%-
XYZ23.5313.9613.77-
YUV99.4128.91188.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.96%
GREEN value IS 56 (22.27% from 255) = 16.42%
BLUE value IS 101 (39.84% from 255) = 29.62%
R=53.96%
G=16.42%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845610100.700.450.28338.9153.3347.06
HexB838650462D1C153352f
Octal27070145010655345236557
Binary1011100011100011001010100011010110111100101010011110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83865; }

 p { color: rgb(184,56,101); }

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

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

 a { background-color: rgb(184,56,101); }

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

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

 span { border-color: rgb(184,56,101); }

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