#BA6232

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

Shades of Smoke Tree #BA6232

Tints of Smoke Tree #BA6232

Color information

#BA6232 (or 0xBA6232) is unknown color: approx Smoke Tree. HEX triplet: BA, 62 and 32. RGB value is (186,98,50). Sum of RGB (Red+Green+Blue) = 186+98+50=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6232 is #459DCD. Grayscale: #777777. Windows color (decimal): -4562382 or 3302074. OLE color: 3302074.

HSL color Cylindrical-coordinate representation of color #BA6232: hue angle of 21.18º 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 #BA6232 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB1869850-
CMYK00.470.730.27
HSL21.18º57.63%46.27%-
HSV(B)21.18º73.12%72.94%-
XYZ25.1919.45.44-
YUV118.8489.15175.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.69%
GREEN value IS 98 (38.67% from 255) = 29.34%
BLUE value IS 50 (19.92% from 255) = 14.97%
R=55.69%
G=29.34%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186985000.470.730.2721.1857.6346.27
HexBA623202F491B153a2e
Octal2721426205711133257256
Binary101110101100010110010010111110010011101110101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6232; }

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

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

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

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

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

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

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

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