#B4373B

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

Shades of Mahogany #B4373B

Tints of Mahogany #B4373B

Color information

#B4373B (or 0xB4373B) is unknown color: approx Mahogany. HEX triplet: B4, 37 and 3B. RGB value is (180,55,59). Sum of RGB (Red+Green+Blue) = 180+55+59=294 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.22% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 180 - color contains mainly: red. Hex color #B4373B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4373B is #4BC8C4. Grayscale: #5C5C5C. Windows color (decimal): -4966597 or 3880884. OLE color: 3880884.

HSL color Cylindrical-coordinate representation of color #B4373B: hue angle of 358.08º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B4373B is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB1805559-
CMYK00.690.670.29
HSL358.08º53.19%46.08%-
HSV(B)358.08º69.44%70.59%-
XYZ20.9812.755.49-
YUV92.83108.91190.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.22%
GREEN value IS 55 (21.88% from 255) = 18.71%
BLUE value IS 59 (23.44% from 255) = 20.07%
R=61.22%
G=18.71%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180555900.690.670.29358.0853.1946.08
HexB4373B045431D166352e
Octal26467730105103355466556
Binary1011010011011111101101000101100001111101101100110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4373B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4373B; }

 p { color: rgb(180,55,59); }

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

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

 a { background-color: rgb(180,55,59); }

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

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

 span { border-color: rgb(180,55,59); }

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