#BA693A

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

Shades of Smoke Tree #BA693A

Tints of Smoke Tree #BA693A

Color information

#BA693A (or 0xBA693A) is unknown color: approx Smoke Tree. HEX triplet: BA, 69 and 3A. RGB value is (186,105,58). Sum of RGB (Red+Green+Blue) = 186+105+58=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 58 (23.05% from 255 or 16.62% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA693A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA693A is #4596C5. Grayscale: #7C7C7C. Windows color (decimal): -4560582 or 3828154. OLE color: 3828154.

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

Color convert

RGB18610558-
CMYK00.440.690.27
HSL22.03º52.46%47.84%-
HSV(B)22.03º68.82%72.94%-
XYZ26.0620.856.65-
YUV123.8690.84172.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.30%
GREEN value IS 105 (41.41% from 255) = 30.09%
BLUE value IS 58 (23.05% from 255) = 16.62%
R=53.30%
G=30.09%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861055800.440.690.2722.0352.4647.84
HexBA693A02C451B163430
Octal2721517205410533266460
Binary101110101101001111010010110010001011101110110110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA693A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA693A; }

 p { color: rgb(186,105,58); }

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

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

 a { background-color: rgb(186,105,58); }

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

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

 span { border-color: rgb(186,105,58); }

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