#B83A69

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

Shades of Rouge #B83A69

Tints of Rouge #B83A69

Color information

#B83A69 (or 0xB83A69) is unknown color: approx Rouge. HEX triplet: B8, 3A and 69. RGB value is (184,58,105). Sum of RGB (Red+Green+Blue) = 184+58+105=347 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.03% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 105 (41.41% from 255 or 30.26% from 347); Max value from RGB is 184 - color contains mainly: red. Hex color #B83A69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83A69 is #47C596. Grayscale: #646464. Windows color (decimal): -4703639 or 6896312. OLE color: 6896312.

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

Color convert

RGB18458105-
CMYK00.680.430.28
HSL337.62º52.07%47.45%-
HSV(B)337.62º68.48%72.16%-
XYZ23.8314.2414.86-
YUV101.03130.24187.18-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.03%
GREEN value IS 58 (23.05% from 255) = 16.71%
BLUE value IS 105 (41.41% from 255) = 30.26%
R=53.03%
G=16.71%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845810500.680.430.28337.6252.0747.45
HexB83A690442B1C152342f
Octal27072151010453345226457
Binary1011100011101011010010100010010101111100101010010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83A69; }

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

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

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

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

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

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

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

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