#BA3638

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

Shades of Mahogany #BA3638

Tints of Mahogany #BA3638

Color information

#BA3638 (or 0xBA3638) is unknown color: approx Mahogany. HEX triplet: BA, 36 and 38. RGB value is (186,54,56). Sum of RGB (Red+Green+Blue) = 186+54+56=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 56 (22.27% from 255 or 18.92% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3638 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3638 is #45C9C7. Grayscale: #5D5D5D. Windows color (decimal): -4573640 or 3684026. OLE color: 3684026.

HSL color Cylindrical-coordinate representation of color #BA3638: hue angle of 359.09º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA3638 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB1865456-
CMYK00.710.700.27
HSL359.09º55%47.06%-
HSV(B)359.09º70.97%72.94%-
XYZ22.2813.365.15-
YUV93.7106.73193.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 62.84%
GREEN value IS 54 (21.48% from 255) = 18.24%
BLUE value IS 56 (22.27% from 255) = 18.92%
R=62.84%
G=18.24%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186545600.710.700.27359.095547.06
HexBA3638047461B167372f
Octal27266700107106335476757
Binary1011101011011011100001000111100011011011101100111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3638; }

 p { color: rgb(186,54,56); }

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

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

 a { background-color: rgb(186,54,56); }

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

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

 span { border-color: rgb(186,54,56); }

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