Html Css Color HEX #BA663D Smoke Tree

📋 copy color: '#BA663D'

red 186 ◦ green 102 ◦ blue 61

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

Shades of Smoke Tree #BA663D

Tints of Smoke Tree #BA663D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.48%

R = 53.3%
G = 29.23%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA663D (or 0xBA663D) is known color: Smoke Tree. HEX triplet: BA, 66 and 3D. RGB value is (186,102,61). Sum of RGB (Red+Green+Blue) = 186+102+61=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA663D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA663D is #4599C2. Grayscale: #7A7A7A. Windows color (decimal): -4561347 or 4023994. OLE color: 4023994.

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

Color convert

RGB 186 102 61 -
CMYK 0 0.45 0.67 0.27
HSL 19.68º 0.51% 0.48% -
HSV(B) 19.68º 0.67% 0.73% -
XYZ 25.84 20.28 6.97 -
YUV 122.44 93.33 173.33 -
System Red Green Blue C M Y K H S L
Decimal 186 102 61 0 0.45 0.67 0.27 19.68 0.51 0.48
Hex BA 66 3D 0 2D 43 1B 14 33 30
Octal 272 146 75 0 55 103 33 24 63 60
Binary 10111010 1100110 111101 0 101101 1000011 11011 10100 110011 110000

Color Harmonies of #BA663D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA663D

Black with #BA663D

Text Example


Text Example

White with #BA663D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA663D; }

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

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

background-color css

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

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

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

border-color css

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

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

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