#B83360

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

Shades of Rouge #B83360

Tints of Rouge #B83360

Color information

#B83360 (or 0xB83360) is unknown color: approx Rouge. HEX triplet: B8, 33 and 60. RGB value is (184,51,96). Sum of RGB (Red+Green+Blue) = 184+51+96=331 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.59% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 184 - color contains mainly: red. Hex color #B83360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83360 is #47CC9F. Grayscale: #5F5F5F. Windows color (decimal): -4705440 or 6304696. OLE color: 6304696.

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

Color convert

RGB1845196-
CMYK00.720.480.28
HSL339.7º56.6%46.08%-
HSV(B)339.7º72.28%72.16%-
XYZ23.0613.412.44-
YUV95.9128.06190.84-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.59%
GREEN value IS 51 (20.31% from 255) = 15.41%
BLUE value IS 96 (37.89% from 255) = 29.00%
R=55.59%
G=15.41%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184519600.720.480.28339.756.646.08
HexB83360048301C154392e
Octal27063140011060345247156
Binary1011100011001111000000100100011000011100101010100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83360; }

 p { color: rgb(184,51,96); }

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

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

 a { background-color: rgb(184,51,96); }

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

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

 span { border-color: rgb(184,51,96); }

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