Html Css Color HEX #BA6237 Smoke Tree

📋 copy color: '#BA6237'

red 186 ◦ green 98 ◦ blue 55

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

Shades of Smoke Tree #BA6237

Tints of Smoke Tree #BA6237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.22%

R = 54.87%
G = 28.91%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA6237 (or 0xBA6237) is known color: Smoke Tree. HEX triplet: BA, 62 and 37. RGB value is (186,98,55). Sum of RGB (Red+Green+Blue) = 186+98+55=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 55 (21.88% from 255 or 16.22% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6237 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6237 is #459DC8. Grayscale: #777777. Windows color (decimal): -4562377 or 3629754. OLE color: 3629754.

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

Color convert

RGB 186 98 55 -
CMYK 0 0.47 0.70 0.27
HSL 19.69º 0.54% 0.47% -
HSV(B) 19.69º 0.7% 0.73% -
XYZ 25.31 19.45 6.03 -
YUV 119.41 91.65 175.5 -
System Red Green Blue C M Y K H S L
Decimal 186 98 55 0 0.47 0.70 0.27 19.69 0.54 0.47
Hex BA 62 37 0 2F 46 1B 14 36 2F
Octal 272 142 67 0 57 106 33 24 66 57
Binary 10111010 1100010 110111 0 101111 1000110 11011 10100 110110 101111

Color Harmonies of #BA6237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6237

Black with #BA6237

Text Example


Text Example

White with #BA6237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6237; }

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

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

background-color css

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

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

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

border-color css

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

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

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