#B83B6B

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

Shades of Rouge #B83B6B

Tints of Rouge #B83B6B

Color information

#B83B6B (or 0xB83B6B) is unknown color: approx Rouge. HEX triplet: B8, 3B and 6B. RGB value is (184,59,107). Sum of RGB (Red+Green+Blue) = 184+59+107=350 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.57% from 350); Green value is 59 (23.44% from 255 or 16.86% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 184 - color contains mainly: red. Hex color #B83B6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83B6B is #47C494. Grayscale: #656565. Windows color (decimal): -4703381 or 7027640. OLE color: 7027640.

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

Color convert

RGB18459107-
CMYK00.680.420.28
HSL336.96º51.44%47.65%-
HSV(B)336.96º67.93%72.16%-
XYZ23.9814.3815.42-
YUV101.85130.91186.6-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.57%
GREEN value IS 59 (23.44% from 255) = 16.86%
BLUE value IS 107 (42.19% from 255) = 30.57%
R=52.57%
G=16.86%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845910700.680.420.28336.9651.4447.65
HexB83B6B0442A1C1513330
Octal27073153010452345216360
Binary1011100011101111010110100010010101011100101010001110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83B6B; }

 p { color: rgb(184,59,107); }

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

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

 a { background-color: rgb(184,59,107); }

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

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

 span { border-color: rgb(184,59,107); }

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