#B83866

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

Shades of Rouge #B83866

Tints of Rouge #B83866

Color information

#B83866 (or 0xB83866) is unknown color: approx Rouge. HEX triplet: B8, 38 and 66. RGB value is (184,56,102). Sum of RGB (Red+Green+Blue) = 184+56+102=342 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.80% from 342); Green value is 56 (22.27% from 255 or 16.37% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 184 - color contains mainly: red. Hex color #B83866 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83866 is #47C799. Grayscale: #636363. Windows color (decimal): -4704154 or 6699192. OLE color: 6699192.

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

Color convert

RGB18456102-
CMYK00.700.450.28
HSL338.44º53.33%47.06%-
HSV(B)338.44º69.57%72.16%-
XYZ23.5813.9814.03-
YUV99.52129.41188.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.80%
GREEN value IS 56 (22.27% from 255) = 16.37%
BLUE value IS 102 (40.23% from 255) = 29.82%
R=53.80%
G=16.37%
B=29.82%

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
Decimal1845610200.700.450.28338.4453.3347.06
HexB838660462D1C152352f
Octal27070146010655345226557
Binary1011100011100011001100100011010110111100101010010110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83866; }

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

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

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

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

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

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

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

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