Html Css Color HEX #BA683A Smoke Tree

📋 copy color: '#BA683A'

red 186 ◦ green 104 ◦ blue 58

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

Shades of Smoke Tree #BA683A

Tints of Smoke Tree #BA683A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.89%

 BLUE value IS 58 (23.05% from 255) = 16.67%

R = 53.45%
G = 29.89%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA683A (or 0xBA683A) is known color: Smoke Tree. HEX triplet: BA, 68 and 3A. RGB value is (186,104,58). Sum of RGB (Red+Green+Blue) = 186+104+58=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 58 (23.05% from 255 or 16.67% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA683A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA683A is #4597C5. Grayscale: #7B7B7B. Windows color (decimal): -4560838 or 3827898. OLE color: 3827898.

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

Color convert

RGB 186 104 58 -
CMYK 0 0.44 0.69 0.27
HSL 21.56º 0.52% 0.48% -
HSV(B) 21.56º 0.69% 0.73% -
XYZ 25.96 20.65 6.62 -
YUV 123.27 91.17 172.74 -
System Red Green Blue C M Y K H S L
Decimal 186 104 58 0 0.44 0.69 0.27 21.56 0.52 0.48
Hex BA 68 3A 0 2C 45 1B 16 34 30
Octal 272 150 72 0 54 105 33 26 64 60
Binary 10111010 1101000 111010 0 101100 1000101 11011 10110 110100 110000

Color Harmonies of #BA683A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA683A

Black with #BA683A

Text Example


Text Example

White with #BA683A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA683A; }

 p { color: rgb(186,104,58); }

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

background-color css

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

 a { background-color: rgb(186,104,58); }

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

border-color css

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

 span { border-color: rgb(186,104,58); }

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