Html Css Color HEX #BA6236 Smoke Tree

📋 copy color: '#BA6236'

red 186 ◦ green 98 ◦ blue 54

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

Shades of Smoke Tree #BA6236

Tints of Smoke Tree #BA6236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.98%

R = 55.03%
G = 28.99%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BA6236 (or 0xBA6236) is known color: Smoke Tree. HEX triplet: BA, 62 and 36. RGB value is (186,98,54). Sum of RGB (Red+Green+Blue) = 186+98+54=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 54 (21.48% from 255 or 15.98% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6236 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6236 is #459DC9. Grayscale: #777777. Windows color (decimal): -4562378 or 3564218. OLE color: 3564218.

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

Color convert

RGB 186 98 54 -
CMYK 0 0.47 0.71 0.27
HSL 20º 0.55% 0.47% -
HSV(B) 20º 0.71% 0.73% -
XYZ 25.28 19.44 5.91 -
YUV 119.3 91.15 175.58 -
System Red Green Blue C M Y K H S L
Decimal 186 98 54 0 0.47 0.71 0.27 20 0.55 0.47
Hex BA 62 36 0 2F 47 1B 14 37 2F
Octal 272 142 66 0 57 107 33 24 67 57
Binary 10111010 1100010 110110 0 101111 1000111 11011 10100 110111 101111

Color Harmonies of #BA6236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6236

Black with #BA6236

Text Example


Text Example

White with #BA6236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6236; }

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

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

background-color css

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

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

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

border-color css

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

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

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