#BA6338

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

Shades of Smoke Tree #BA6338

Tints of Smoke Tree #BA6338

Color information

#BA6338 (or 0xBA6338) is unknown color: approx Smoke Tree. HEX triplet: BA, 63 and 38. RGB value is (186,99,56). Sum of RGB (Red+Green+Blue) = 186+99+56=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 56 (22.27% from 255 or 16.42% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6338 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6338 is #459CC7. Grayscale: #787878. Windows color (decimal): -4562120 or 3695546. OLE color: 3695546.

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

Color convert

RGB1869956-
CMYK00.470.700.27
HSL19.85º53.72%47.45%-
HSV(B)19.85º69.89%72.94%-
XYZ25.4319.656.19-
YUV120.1191.82175-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.55%
GREEN value IS 99 (39.06% from 255) = 29.03%
BLUE value IS 56 (22.27% from 255) = 16.42%
R=54.55%
G=29.03%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186995600.470.700.2719.8553.7247.45
HexBA633802F461B14362f
Octal2721437005710633246657
Binary101110101100011111000010111110001101101110100110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6338; }

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

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

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

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

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

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

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

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