#B83A5A

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

Shades of Rouge #B83A5A

Tints of Rouge #B83A5A

Color information

#B83A5A (or 0xB83A5A) is unknown color: approx Rouge. HEX triplet: B8, 3A and 5A. RGB value is (184,58,90). Sum of RGB (Red+Green+Blue) = 184+58+90=332 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.42% from 332); Green value is 58 (23.05% from 255 or 17.47% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 184 - color contains mainly: red. Hex color #B83A5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83A5A is #47C5A5. Grayscale: #636363. Windows color (decimal): -4703654 or 5913272. OLE color: 5913272.

HSL color Cylindrical-coordinate representation of color #B83A5A: hue angle of 344.76º 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 #B83A5A is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB1845890-
CMYK00.680.510.28
HSL344.76º52.07%47.45%-
HSV(B)344.76º68.48%72.16%-
XYZ23.1313.9511.15-
YUV99.32122.74188.4-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.42%
GREEN value IS 58 (23.05% from 255) = 17.47%
BLUE value IS 90 (35.55% from 255) = 27.11%
R=55.42%
G=17.47%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184589000.680.510.28344.7652.0747.45
HexB83A5A044331C159342f
Octal27072132010463345316457
Binary1011100011101010110100100010011001111100101011001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83A5A; }

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

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

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

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

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

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

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

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