#B83D6A

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

Shades of Rouge #B83D6A

Tints of Rouge #B83D6A

Color information

#B83D6A (or 0xB83D6A) is unknown color: approx Rouge. HEX triplet: B8, 3D and 6A. RGB value is (184,61,106). Sum of RGB (Red+Green+Blue) = 184+61+106=351 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.42% from 351); Green value is 61 (24.22% from 255 or 17.38% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 184 - color contains mainly: red. Hex color #B83D6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83D6A is #47C295. Grayscale: #666666. Windows color (decimal): -4702870 or 6962616. OLE color: 6962616.

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

Color convert

RGB18461106-
CMYK00.670.420.28
HSL338.05º50.2%48.04%-
HSV(B)338.05º66.85%72.16%-
XYZ24.0414.5715.18-
YUV102.91129.75185.84-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.42%
GREEN value IS 61 (24.22% from 255) = 17.38%
BLUE value IS 106 (41.80% from 255) = 30.20%
R=52.42%
G=17.38%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846110600.670.420.28338.0550.248.04
HexB83D6A0432A1C1523230
Octal27075152010352345226260
Binary1011100011110111010100100001110101011100101010010110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83D6A; }

 p { color: rgb(184,61,106); }

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

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

 a { background-color: rgb(184,61,106); }

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

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

 span { border-color: rgb(184,61,106); }

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