Html Css Color HEX #BA663F Smoke Tree

📋 copy color: '#BA663F'

red 186 ◦ green 102 ◦ blue 63

#BA663F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smoke Tree #BA663F

Tints of Smoke Tree #BA663F

RGB

 RED value IS 186 (73.05% from 255) = 52.99%

 GREEN value IS 102 (40.23% from 255) = 29.06%

 BLUE value IS 63 (25% from 255) = 17.95%

R = 52.99%
G = 29.06%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA663F (or 0xBA663F) is known color: Smoke Tree. HEX triplet: BA, 66 and 3F. RGB value is (186,102,63). Sum of RGB (Red+Green+Blue) = 186+102+63=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 63 (25% from 255 or 17.95% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA663F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA663F is #4599C0. Grayscale: #7A7A7A. Windows color (decimal): -4561345 or 4155066. OLE color: 4155066.

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

Color convert

RGB 186 102 63 -
CMYK 0 0.45 0.66 0.27
HSL 19.02º 0.49% 0.49% -
HSV(B) 19.02º 0.66% 0.73% -
XYZ 25.9 20.3 7.26 -
YUV 122.67 94.33 173.17 -
System Red Green Blue C M Y K H S L
Decimal 186 102 63 0 0.45 0.66 0.27 19.02 0.49 0.49
Hex BA 66 3F 0 2D 42 1B 13 31 31
Octal 272 146 77 0 55 102 33 23 61 61
Binary 10111010 1100110 111111 0 101101 1000010 11011 10011 110001 110001

Color Harmonies of #BA663F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA663F

Black with #BA663F

Text Example


Text Example

White with #BA663F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA663F; }

 p { color: rgb(186,102,63); }

 H1.HeaderClassName
 {
   color: #BA663F;
 }
 .AnyTagClassName
 {
   color: #BA663F;
 }
</style>

background-color css

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

 a { background-color: rgb(186,102,63); }

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

border-color css

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

 span { border-color: rgb(186,102,63); }

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