#B83868

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

Shades of Rouge #B83868

Tints of Rouge #B83868

Color information

#B83868 (or 0xB83868) is unknown color: approx Rouge. HEX triplet: B8, 38 and 68. RGB value is (184,56,104). Sum of RGB (Red+Green+Blue) = 184+56+104=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B83868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83868 is #47C797. Grayscale: #636363. Windows color (decimal): -4704152 or 6830264. OLE color: 6830264.

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

Color convert

RGB18456104-
CMYK00.700.430.28
HSL337.5º53.33%47.06%-
HSV(B)337.5º69.57%72.16%-
XYZ23.6814.0214.55-
YUV99.74130.41188.1-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.49%
GREEN value IS 56 (22.27% from 255) = 16.28%
BLUE value IS 104 (41.02% from 255) = 30.23%
R=53.49%
G=16.28%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845610400.700.430.28337.553.3347.06
HexB838680462B1C152352f
Octal27070150010653345226557
Binary1011100011100011010000100011010101111100101010010110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83868; }

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

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

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

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

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

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

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

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