#BA633A

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

Shades of Smoke Tree #BA633A

Tints of Smoke Tree #BA633A

Color information

#BA633A (or 0xBA633A) is unknown color: approx Smoke Tree. HEX triplet: BA, 63 and 3A. RGB value is (186,99,58). Sum of RGB (Red+Green+Blue) = 186+99+58=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 58 (23.05% from 255 or 16.91% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA633A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA633A is #459CC5. Grayscale: #787878. Windows color (decimal): -4562118 or 3826618. OLE color: 3826618.

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

Color convert

RGB1869958-
CMYK00.470.690.27
HSL19.22º52.46%47.84%-
HSV(B)19.22º68.82%72.94%-
XYZ25.4819.676.46-
YUV120.3492.82174.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.23%
GREEN value IS 99 (39.06% from 255) = 28.86%
BLUE value IS 58 (23.05% from 255) = 16.91%
R=54.23%
G=28.86%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186995800.470.690.2719.2252.4647.84
HexBA633A02F451B133430
Octal2721437205710533236460
Binary101110101100011111010010111110001011101110011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA633A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA633A; }

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

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

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

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

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

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

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

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