#B83569

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

Shades of Rouge #B83569

Tints of Rouge #B83569

Color information

#B83569 (or 0xB83569) is unknown color: approx Rouge. HEX triplet: B8, 35 and 69. RGB value is (184,53,105). Sum of RGB (Red+Green+Blue) = 184+53+105=342 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.80% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 184 - color contains mainly: red. Hex color #B83569 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83569 is #47CA96. Grayscale: #626262. Windows color (decimal): -4704919 or 6895032. OLE color: 6895032.

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

Color convert

RGB18453105-
CMYK00.710.430.28
HSL336.18º55.27%46.47%-
HSV(B)336.18º71.2%72.16%-
XYZ23.5913.7614.78-
YUV98.1131.9189.27-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.80%
GREEN value IS 53 (21.09% from 255) = 15.50%
BLUE value IS 105 (41.41% from 255) = 30.70%
R=53.80%
G=15.50%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845310500.710.430.28336.1855.2746.47
HexB835690472B1C150372e
Octal27065151010753345206756
Binary1011100011010111010010100011110101111100101010000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83569; }

 p { color: rgb(184,53,105); }

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

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

 a { background-color: rgb(184,53,105); }

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

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

 span { border-color: rgb(184,53,105); }

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