#B83767

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

Shades of Rouge #B83767

Tints of Rouge #B83767

Color information

#B83767 (or 0xB83767) is unknown color: approx Rouge. HEX triplet: B8, 37 and 67. RGB value is (184,55,103). Sum of RGB (Red+Green+Blue) = 184+55+103=342 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.80% from 342); Green value is 55 (21.88% from 255 or 16.08% from 342); Blue value is 103 (40.62% from 255 or 30.12% from 342); Max value from RGB is 184 - color contains mainly: red. Hex color #B83767 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83767 is #47C898. Grayscale: #626262. Windows color (decimal): -4704409 or 6764472. OLE color: 6764472.

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

Color convert

RGB18455103-
CMYK00.700.440.28
HSL337.67º53.97%46.86%-
HSV(B)337.67º70.11%72.16%-
XYZ23.5813.914.27-
YUV99.04130.24188.6-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.80%
GREEN value IS 55 (21.88% from 255) = 16.08%
BLUE value IS 103 (40.62% from 255) = 30.12%
R=53.80%
G=16.08%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845510300.700.440.28337.6753.9746.86
HexB837670462C1C152362f
Octal27067147010654345226657
Binary1011100011011111001110100011010110011100101010010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83767; }

 p { color: rgb(184,55,103); }

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

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

 a { background-color: rgb(184,55,103); }

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

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

 span { border-color: rgb(184,55,103); }

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