Html Css Color HEX #BA673C Smoke Tree

📋 copy color: '#BA673C'

red 186 ◦ green 103 ◦ blue 60

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

Shades of Smoke Tree #BA673C

Tints of Smoke Tree #BA673C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.19%

R = 53.3%
G = 29.51%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA673C (or 0xBA673C) is known color: Smoke Tree. HEX triplet: BA, 67 and 3C. RGB value is (186,103,60). Sum of RGB (Red+Green+Blue) = 186+103+60=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA673C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA673C is #4598C3. Grayscale: #7B7B7B. Windows color (decimal): -4561092 or 3958714. OLE color: 3958714.

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

Color convert

RGB 186 103 60 -
CMYK 0 0.45 0.68 0.27
HSL 20.48º 0.51% 0.48% -
HSV(B) 20.48º 0.68% 0.73% -
XYZ 25.92 20.47 6.86 -
YUV 122.92 92.5 173 -
System Red Green Blue C M Y K H S L
Decimal 186 103 60 0 0.45 0.68 0.27 20.48 0.51 0.48
Hex BA 67 3C 0 2D 44 1B 14 33 30
Octal 272 147 74 0 55 104 33 24 63 60
Binary 10111010 1100111 111100 0 101101 1000100 11011 10100 110011 110000

Color Harmonies of #BA673C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA673C

Black with #BA673C

Text Example


Text Example

White with #BA673C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA673C; }

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

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

background-color css

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

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

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

border-color css

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

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

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