Html Css Color HEX #BA6037 Smoke Tree

📋 copy color: '#BA6037'

red 186 ◦ green 96 ◦ blue 55

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

Shades of Smoke Tree #BA6037

Tints of Smoke Tree #BA6037

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.49%

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

R = 55.19%
G = 28.49%
B = 16.32%

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

#BA6037 (or 0xBA6037) is known color: Smoke Tree. HEX triplet: BA, 60 and 37. RGB value is (186,96,55). Sum of RGB (Red+Green+Blue) = 186+96+55=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 55 (21.88% from 255 or 16.32% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6037 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6037 is #459FC8. Grayscale: #767676. Windows color (decimal): -4562889 or 3629242. OLE color: 3629242.

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

Color convert

RGB 186 96 55 -
CMYK 0 0.48 0.70 0.27
HSL 18.78º 0.54% 0.47% -
HSV(B) 18.78º 0.7% 0.73% -
XYZ 25.12 19.08 5.97 -
YUV 118.24 92.32 176.33 -
System Red Green Blue C M Y K H S L
Decimal 186 96 55 0 0.48 0.70 0.27 18.78 0.54 0.47
Hex BA 60 37 0 30 46 1B 13 36 2F
Octal 272 140 67 0 60 106 33 23 66 57
Binary 10111010 1100000 110111 0 110000 1000110 11011 10011 110110 101111

Color Harmonies of #BA6037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6037

Black with #BA6037

Text Example


Text Example

White with #BA6037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6037; }

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

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

background-color css

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

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

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

border-color css

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

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

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