#BA6132

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

Shades of Smoke Tree #BA6132

Tints of Smoke Tree #BA6132

Color information

#BA6132 (or 0xBA6132) is unknown color: approx Smoke Tree. HEX triplet: BA, 61 and 32. RGB value is (186,97,50). Sum of RGB (Red+Green+Blue) = 186+97+50=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6132 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6132 is #459ECD. Grayscale: #767676. Windows color (decimal): -4562638 or 3301818. OLE color: 3301818.

HSL color Cylindrical-coordinate representation of color #BA6132: hue angle of 20.74º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA6132 is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB1869750-
CMYK00.480.730.27
HSL20.74º57.63%46.27%-
HSV(B)20.74º73.12%72.94%-
XYZ25.119.225.4-
YUV118.2589.49176.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.86%
GREEN value IS 97 (38.28% from 255) = 29.13%
BLUE value IS 50 (19.92% from 255) = 15.02%
R=55.86%
G=29.13%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186975000.480.730.2720.7457.6346.27
HexBA6132030491B153a2e
Octal2721416206011133257256
Binary101110101100001110010011000010010011101110101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6132; }

 p { color: rgb(186,97,50); }

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

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

 a { background-color: rgb(186,97,50); }

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

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

 span { border-color: rgb(186,97,50); }

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