Html Css Color HEX #BA673D Smoke Tree

📋 copy color: '#BA673D'

red 186 ◦ green 103 ◦ blue 61

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

Shades of Smoke Tree #BA673D

Tints of Smoke Tree #BA673D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.43%

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

R = 53.14%
G = 29.43%
B = 17.43%

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

#BA673D (or 0xBA673D) is known color: Smoke Tree. HEX triplet: BA, 67 and 3D. RGB value is (186,103,61). Sum of RGB (Red+Green+Blue) = 186+103+61=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA673D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA673D is #4598C2. Grayscale: #7B7B7B. Windows color (decimal): -4561091 or 4024250. OLE color: 4024250.

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

Color convert

RGB 186 103 61 -
CMYK 0 0.45 0.67 0.27
HSL 20.16º 0.51% 0.48% -
HSV(B) 20.16º 0.67% 0.73% -
XYZ 25.94 20.48 7 -
YUV 123.03 93 172.92 -
System Red Green Blue C M Y K H S L
Decimal 186 103 61 0 0.45 0.67 0.27 20.16 0.51 0.48
Hex BA 67 3D 0 2D 43 1B 14 33 30
Octal 272 147 75 0 55 103 33 24 63 60
Binary 10111010 1100111 111101 0 101101 1000011 11011 10100 110011 110000

Color Harmonies of #BA673D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA673D

Black with #BA673D

Text Example


Text Example

White with #BA673D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA673D; }

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

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

background-color css

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

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

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

border-color css

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

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

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