Html Css Color HEX #BA6239 Smoke Tree

📋 copy color: '#BA6239'

red 186 ◦ green 98 ◦ blue 57

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

Shades of Smoke Tree #BA6239

Tints of Smoke Tree #BA6239

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.74%

 BLUE value IS 57 (22.66% from 255) = 16.72%

R = 54.55%
G = 28.74%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA6239 (or 0xBA6239) is known color: Smoke Tree. HEX triplet: BA, 62 and 39. RGB value is (186,98,57). Sum of RGB (Red+Green+Blue) = 186+98+57=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 57 (22.66% from 255 or 16.72% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6239 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6239 is #459DC6. Grayscale: #777777. Windows color (decimal): -4562375 or 3760826. OLE color: 3760826.

HSL color Cylindrical-coordinate representation of color #BA6239: hue angle of 19.07º degrees, saturation: 0.53, 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 #BA6239 is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 98 57 -
CMYK 0 0.47 0.69 0.27
HSL 19.07º 0.53% 0.48% -
HSV(B) 19.07º 0.69% 0.73% -
XYZ 25.36 19.47 6.29 -
YUV 119.64 92.65 175.33 -
System Red Green Blue C M Y K H S L
Decimal 186 98 57 0 0.47 0.69 0.27 19.07 0.53 0.48
Hex BA 62 39 0 2F 45 1B 13 35 30
Octal 272 142 71 0 57 105 33 23 65 60
Binary 10111010 1100010 111001 0 101111 1000101 11011 10011 110101 110000

Color Harmonies of #BA6239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6239

Black with #BA6239

Text Example


Text Example

White with #BA6239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6239; }

 p { color: rgb(186,98,57); }

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

background-color css

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

 a { background-color: rgb(186,98,57); }

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

border-color css

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

 span { border-color: rgb(186,98,57); }

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