#B83032

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

Shades of Mahogany #B83032

Tints of Mahogany #B83032

Color information

#B83032 (or 0xB83032) is unknown color: approx Mahogany. HEX triplet: B8, 30 and 32. RGB value is (184,48,50). Sum of RGB (Red+Green+Blue) = 184+48+50=282 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.25% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 50 (19.92% from 255 or 17.73% from 282); Max value from RGB is 184 - color contains mainly: red. Hex color #B83032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83032 is #47CFCD. Grayscale: #595959. Windows color (decimal): -4706254 or 3289272. OLE color: 3289272.

HSL color Cylindrical-coordinate representation of color #B83032: hue angle of 359.12º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B83032 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB1844850-
CMYK00.740.730.28
HSL359.12º58.62%45.49%-
HSV(B)359.12º73.91%72.16%-
XYZ21.412.534.31-
YUV88.89106.06195.84-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 65.25%
GREEN value IS 48 (19.14% from 255) = 17.02%
BLUE value IS 50 (19.92% from 255) = 17.73%
R=65.25%
G=17.02%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184485000.740.730.28359.1258.6245.49
HexB8303204A491C1673b2d
Octal27060620112111345477355
Binary1011100011000011001001001010100100111100101100111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83032; }

 p { color: rgb(184,48,50); }

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

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

 a { background-color: rgb(184,48,50); }

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

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

 span { border-color: rgb(184,48,50); }

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