Html Css Color HEX #BA673F Smoke Tree

📋 copy color: '#BA673F'

red 186 ◦ green 103 ◦ blue 63

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

Shades of Smoke Tree #BA673F

Tints of Smoke Tree #BA673F

RGB

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

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

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

R = 52.84%
G = 29.26%
B = 17.9%

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

#BA673F (or 0xBA673F) is known color: Smoke Tree. HEX triplet: BA, 67 and 3F. RGB value is (186,103,63). Sum of RGB (Red+Green+Blue) = 186+103+63=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA673F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA673F is #4598C0. Grayscale: #7B7B7B. Windows color (decimal): -4561089 or 4155322. OLE color: 4155322.

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

Color convert

RGB 186 103 63 -
CMYK 0 0.45 0.66 0.27
HSL 19.51º 0.49% 0.49% -
HSV(B) 19.51º 0.66% 0.73% -
XYZ 26 20.5 7.29 -
YUV 123.26 94 172.75 -
System Red Green Blue C M Y K H S L
Decimal 186 103 63 0 0.45 0.66 0.27 19.51 0.49 0.49
Hex BA 67 3F 0 2D 42 1B 14 31 31
Octal 272 147 77 0 55 102 33 24 61 61
Binary 10111010 1100111 111111 0 101101 1000010 11011 10100 110001 110001

Color Harmonies of #BA673F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA673F

Black with #BA673F

Text Example


Text Example

White with #BA673F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA673F; }

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

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

background-color css

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

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

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

border-color css

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

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

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