Html Css Color HEX #BA6138 Smoke Tree

📋 copy color: '#BA6138'

red 186 ◦ green 97 ◦ blue 56

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

Shades of Smoke Tree #BA6138

Tints of Smoke Tree #BA6138

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.61%

 BLUE value IS 56 (22.27% from 255) = 16.52%

R = 54.87%
G = 28.61%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA6138 (or 0xBA6138) is known color: Smoke Tree. HEX triplet: BA, 61 and 38. RGB value is (186,97,56). Sum of RGB (Red+Green+Blue) = 186+97+56=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 56 (22.27% from 255 or 16.52% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6138 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6138 is #459EC7. Grayscale: #777777. Windows color (decimal): -4562632 or 3695034. OLE color: 3695034.

HSL color Cylindrical-coordinate representation of color #BA6138: hue angle of 18.92º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA6138 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 97 56 -
CMYK 0 0.48 0.70 0.27
HSL 18.92º 0.54% 0.47% -
HSV(B) 18.92º 0.7% 0.73% -
XYZ 25.24 19.27 6.13 -
YUV 118.94 92.49 175.83 -
System Red Green Blue C M Y K H S L
Decimal 186 97 56 0 0.48 0.70 0.27 18.92 0.54 0.47
Hex BA 61 38 0 30 46 1B 13 36 2F
Octal 272 141 70 0 60 106 33 23 66 57
Binary 10111010 1100001 111000 0 110000 1000110 11011 10011 110110 101111

Color Harmonies of #BA6138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6138

Black with #BA6138

Text Example


Text Example

White with #BA6138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6138; }

 p { color: rgb(186,97,56); }

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

background-color css

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

 a { background-color: rgb(186,97,56); }

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

border-color css

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

 span { border-color: rgb(186,97,56); }

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